This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Document the optional callback parameter of weakref.WeakMethod
Type: enhancement Stage:
Components: Library (Lib) Versions: Python 3.11, Python 3.10, Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: maggyero, pitrou, rhettinger
Priority: normal Keywords:

Created on 2022-04-04 21:03 by maggyero, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 25491 open maggyero, 2022-04-04 21:03
Messages (2)
msg416697 - (view) Author: Géry (maggyero) * Date: 2022-04-04 21:03
- Document the optional *callback* parameter of `weakref.WeakMethod`.
- Fix a few spelling mistakes.
- Improve wording.
msg416753 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2022-04-05 05:34
Antoine, was the *callback* argument intended to be part of the public  API?
History
Date User Action Args
2022-04-11 14:59:58adminsetgithub: 91376
2022-04-05 05:34:31rhettingersetnosy: + rhettinger, pitrou
messages: + msg416753
2022-04-04 21:03:28maggyerocreate