Skip to content

bpo-47220: Document the optional callback parameter of weakref.WeakMethod#25491

Merged
rhettinger merged 14 commits intopython:mainfrom
geryogam:patch-25
Nov 30, 2022
Merged

bpo-47220: Document the optional callback parameter of weakref.WeakMethod#25491
rhettinger merged 14 commits intopython:mainfrom
geryogam:patch-25

Conversation

@geryogam
Copy link
Copy Markdown
Contributor

@geryogam geryogam commented Apr 20, 2021

This PR will bring the following changes to the weakref documentation:

  • document the optional callback parameter of weakref.WeakMethod;
  • normalise the use of ‘proxy’, replacing the mix of ‘proxy’ (8 occurrences) and ‘proxy object’ (3 occurrences);
  • normalise the use of ‘weak reference’, replacing the mix of ‘weak reference’ (37 occurrences), ‘weak reference object’ (7 occurrences), ‘reference’ (7 occurrences), ‘reference object’ (6 occurrences), ‘weakref’ (3 occurrences), and ‘weakref object’ (1 occurrence).

https://bugs.python.org/issue47220

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.