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 gvanrossum
Recipients gvanrossum, iceboy, vstinner, yselivanov
Date 2016-03-29.01:35:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459215339.07.0.218397620156.issue26654@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, wow. I didn't even know we special-case partial() there. In general we tend to focus more on positional arguments (since asyncio intentionally doesn't take keyword args for callbacks) but I see no reason why we couldn't add this here. Maybe you're interested in writing a patch yourself? You could do it as a PR for the "upstream" git repo https://github.com/python/asyncio
History
Date User Action Args
2016-03-29 01:35:39gvanrossumsetrecipients: + gvanrossum, vstinner, yselivanov, iceboy
2016-03-29 01:35:39gvanrossumsetmessageid: <1459215339.07.0.218397620156.issue26654@psf.upfronthosting.co.za>
2016-03-29 01:35:39gvanrossumlinkissue26654 messages
2016-03-29 01:35:38gvanrossumcreate