[docs] [issue24439] Feedback for awaitable coroutine documentation

Martin Panter report at bugs.python.org
Wed Jun 24 15:11:56 CEST 2015


Martin Panter added the comment:

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

----------
Added file: http://bugs.python.org/file39798/async-doc.v3.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24439>
_______________________________________


More information about the docs mailing list