Martin Panter added the comment:

Okay. The biggest thing that concerns me at the moment to do with the term is 
that there are too many related but different, specific meanings, that I 
suspect could be confusing, including:

1. Generators (and presumably also the new “async” native coroutines), 
compatible with “asyncio”: 
<https://docs.python.org/3.5/library/asyncio-task.html#coroutines>

2. PEP 492 “native” coroutines: 
<https://docs.python.org/3.5/glossary.html#term-coroutine-function>

Okay maybe some of the new wording is not needed any more. I plan to try 
documenting some basic stuff about the new PEP 492 coroutines in Issue 24439. 
Maybe I will incorporate the “native coroutine” clarifications from my patch 
here at the same time.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24087>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to