From 14655ce8f567263996983ab1bcd73ba91e2956f8 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Sun, 19 Apr 2015 23:23:12 -0400 Subject: [PATCH] pep-0492: More edits re PEP 3152. --- pep-0492.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.