[Python-checkins] peps: pep-0492: More edits re PEP 3152.

yury.selivanov python-checkins at python.org
Mon Apr 20 05:23:16 CEST 2015


https://hg.python.org/peps/rev/a4dc346653ad
changeset:   5777:a4dc346653ad
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Sun Apr 19 23:23:12 2015 -0400
summary:
  pep-0492: More edits re PEP 3152.

files:
  pep-0492.txt |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/pep-0492.txt b/pep-0492.txt
--- a/pep-0492.txt
+++ b/pep-0492.txt
@@ -706,7 +706,8 @@
 
 4. Since it is impossible to call a *cofunction* without a ``cocall`` keyword,
    it automatically prevents the common mistake of forgetting to use
-   ``yield from`` on generator-based coroutines.
+   ``yield from`` on generator-based coroutines.  This proposal addresses
+   this problem with a different approach, see `Debugging Features`_.
 
 5. There are no equivalents of ``async for`` and ``async with`` in PEP 3152.
 

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list