Message245737
| 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 |
|