Issue 47220: Document the optional callback parameter of weakref.WeakMethod

Issue47220

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