diff --git a/pep-0492.txt b/pep-0492.txt index 452a5998e..e7a8f94b2 100644 --- a/pep-0492.txt +++ b/pep-0492.txt @@ -706,7 +706,8 @@ Differences from this proposal: 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.