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.

Author naglis
Recipients docs@python, naglis
Date 2018-12-03.22:30:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543876252.15.0.788709270274.issue35395@psf.upfronthosting.co.za>
In-reply-to
Content
loop.add_writer and loop.add_signal_handler have *callback* in their signatures, but in their documentation regarding functools.partial usage the function is referred to as *func*.
History
Date User Action Args
2018-12-03 22:30:52naglissetrecipients: + naglis, docs@python
2018-12-03 22:30:52naglissetmessageid: <1543876252.15.0.788709270274.issue35395@psf.upfronthosting.co.za>
2018-12-03 22:30:52naglislinkissue35395 messages
2018-12-03 22:30:52nagliscreate