[Python-checkins] peps: pep-0492: Rename section

yury.selivanov python-checkins at python.org
Tue Apr 28 05:06:00 CEST 2015


https://hg.python.org/peps/rev/c6cedc4620f9
changeset:   5803:c6cedc4620f9
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Mon Apr 27 23:05:58 2015 -0400
summary:
  pep-0492: Rename section

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


diff --git a/pep-0492.txt b/pep-0492.txt
--- a/pep-0492.txt
+++ b/pep-0492.txt
@@ -948,8 +948,8 @@
 with the existing grammar.
 
 
-Why "async for/with" instead of "await for/with"
-------------------------------------------------
+Why not "await for" and "await with"
+------------------------------------
 
 ``async`` is an adjective, and hence it is a better choice for a
 *statement qualifier* keyword.  ``await for/with`` would imply that

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


More information about the Python-checkins mailing list