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 vstinner
Recipients methane, serhiy.storchaka, vstinner, yselivanov
Date 2017-03-06.13:32:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488807142.81.0.713153753424.issue29735@psf.upfronthosting.co.za>
In-reply-to
Content
functools.partial() is commonly used in the the asyncio module. The asyncio doc suggests to use it, because of deliberate limitations of the asyncio API.
History
Date User Action Args
2017-03-06 13:32:22vstinnersetrecipients: + vstinner, methane, serhiy.storchaka, yselivanov
2017-03-06 13:32:22vstinnersetmessageid: <1488807142.81.0.713153753424.issue29735@psf.upfronthosting.co.za>
2017-03-06 13:32:22vstinnerlinkissue29735 messages
2017-03-06 13:32:22vstinnercreate