Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Pending (Silent) Deprecation #36663

Closed
nnorwitz mannequin opened this issue May 29, 2002 · 4 comments
Closed

Implement Pending (Silent) Deprecation #36663

nnorwitz mannequin opened this issue May 29, 2002 · 4 comments
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@nnorwitz
Copy link
Mannequin

nnorwitz mannequin commented May 29, 2002

BPO 561928
Nosy @gvanrossum, @rhettinger
Files
  • pendingdep.diff: patch to impl PendingDeprecationWarning
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2002-05-29.15:47:47.000>
    created_at = <Date 2002-05-29.15:16:51.000>
    labels = ['interpreter-core']
    title = 'Implement Pending (Silent) Deprecation'
    updated_at = <Date 2002-05-29.15:47:47.000>
    user = 'https://bugs.python.org/nnorwitz'

    bugs.python.org fields:

    activity = <Date 2002-05-29.15:47:47.000>
    actor = 'gvanrossum'
    assignee = 'nnorwitz'
    closed = True
    closed_date = None
    closer = None
    components = ['Interpreter Core']
    creation = <Date 2002-05-29.15:16:51.000>
    creator = 'nnorwitz'
    dependencies = []
    files = ['4307']
    hgrepos = []
    issue_num = 561928
    keywords = ['patch']
    message_count = 4.0
    messages = ['40168', '40169', '40170', '40171']
    nosy_count = 3.0
    nosy_names = ['gvanrossum', 'nnorwitz', 'rhettinger']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue561928'
    versions = ['Python 2.3']

    @nnorwitz
    Copy link
    Mannequin Author

    nnorwitz mannequin commented May 29, 2002

    This patch should implement most of what is necessary
    to support pending deprecations.
    I called it PendingDeprecationWarning, rather than
    SilentDeprecationWarning
    as briefly discussed on python-dev.

    It seems to describe what it is, rather than what it does.
    Includes code & doc changes.

    @nnorwitz nnorwitz mannequin closed this as completed May 29, 2002
    @nnorwitz nnorwitz mannequin self-assigned this May 29, 2002
    @nnorwitz nnorwitz mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label May 29, 2002
    @nnorwitz nnorwitz mannequin closed this as completed May 29, 2002
    @nnorwitz nnorwitz mannequin self-assigned this May 29, 2002
    @nnorwitz nnorwitz mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label May 29, 2002
    @rhettinger
    Copy link
    Contributor

    Logged In: YES
    user_id=80475

    +1

    Is there a way to keep PendingDeprecations silent but still
    visible (audible?) to PyChecker?

    @nnorwitz
    Copy link
    Mannequin Author

    nnorwitz mannequin commented May 29, 2002

    Logged In: YES
    user_id=33168

    Yes, the warnings can be enabled/disabled.
    And I intend to do that.

    @gvanrossum
    Copy link
    Member

    Logged In: YES
    user_id=6380

    Cool! I agree with the name change. Check it in!

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    interpreter-core (Objects, Python, Grammar, and Parser dirs)
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants