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

Document the optional callback parameter of weakref.WeakMethod #91376

Open
maggyero mannequin opened this issue Apr 4, 2022 · 2 comments
Open

Document the optional callback parameter of weakref.WeakMethod #91376

maggyero mannequin opened this issue Apr 4, 2022 · 2 comments
Labels
3.9 only security fixes 3.10 only security fixes 3.11 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@maggyero
Copy link
Mannequin

maggyero mannequin commented Apr 4, 2022

BPO 47220
Nosy @rhettinger, @pitrou, @maggyero
PRs
  • bpo-47220: Document the optional callback parameter of weakref.WeakMethod #25491
  • 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 = None
    created_at = <Date 2022-04-04.21:03:28.457>
    labels = ['type-feature', 'library', '3.9', '3.10', '3.11']
    title = 'Document the optional callback parameter of weakref.WeakMethod'
    updated_at = <Date 2022-04-05.05:34:31.580>
    user = 'https://github.com/maggyero'

    bugs.python.org fields:

    activity = <Date 2022-04-05.05:34:31.580>
    actor = 'rhettinger'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2022-04-04.21:03:28.457>
    creator = 'maggyero'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 47220
    keywords = []
    message_count = 2.0
    messages = ['416697', '416753']
    nosy_count = 3.0
    nosy_names = ['rhettinger', 'pitrou', 'maggyero']
    pr_nums = ['25491']
    priority = 'normal'
    resolution = None
    stage = None
    status = 'open'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue47220'
    versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']

    @maggyero
    Copy link
    Mannequin Author

    maggyero mannequin commented Apr 4, 2022

    • Document the optional callback parameter of weakref.WeakMethod.
    • Fix a few spelling mistakes.
    • Improve wording.

    @maggyero maggyero mannequin added 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Apr 4, 2022
    @rhettinger
    Copy link
    Contributor

    Antoine, was the *callback* argument intended to be part of the public API?

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.9 only security fixes 3.10 only security fixes 3.11 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    Status: No status
    Development

    No branches or pull requests

    1 participant