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 martin.panter
Recipients asvetlov, docs@python, gvanrossum, martin.panter, ncoghlan, vstinner, yselivanov
Date 2015-06-24.13:11:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435151510.45.0.508296018377.issue24439@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for reviewing this Yury. Here is a new patch:

* Drop the “native” term; distinguish by referring to “async def” where necessary
* Add generator version of display_date() coroutine example
* Change chained coroutine example over to “async def” and updated sequence diagram
* Change one other example over (then I ran into Issue 24495)
* Include Yury’s new documentation for @types.coroutine from Issue 24325
History
Date User Action Args
2015-06-24 13:11:56martin.pantersetrecipients: + martin.panter, gvanrossum, ncoghlan, vstinner, asvetlov, docs@python, yselivanov
2015-06-24 13:11:50martin.pantersetmessageid: <1435151510.45.0.508296018377.issue24439@psf.upfronthosting.co.za>
2015-06-24 13:11:50martin.panterlinkissue24439 messages
2015-06-24 13:11:50martin.pantercreate