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 gvanrossum, vstinner, yselivanov
Date 2015-02-12.21:59:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423778398.48.0.478290226002.issue23456@psf.upfronthosting.co.za>
In-reply-to
Content
coroutine_decorator.patch adds missing @coroutine decorator to coroutine functions and methods in the asyncio module.

I'm not sure that it's ok to add @coroutine to __iter__() methods. At least, test_asyncio pass.
History
Date User Action Args
2015-02-12 21:59:58vstinnersetrecipients: + vstinner, gvanrossum, yselivanov
2015-02-12 21:59:58vstinnersetmessageid: <1423778398.48.0.478290226002.issue23456@psf.upfronthosting.co.za>
2015-02-12 21:59:58vstinnerlinkissue23456 messages
2015-02-12 21:59:58vstinnercreate