[Python-checkins] cpython (3.5): whatsnew/3.5: Mention that 'async' is a bad name for modules

yury.selivanov python-checkins at python.org
Mon Aug 3 20:57:33 CEST 2015


https://hg.python.org/cpython/rev/0f2fc3e7816d
changeset:   97219:0f2fc3e7816d
branch:      3.5
parent:      97217:a12d29f87e4c
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Mon Aug 03 14:55:58 2015 -0400
summary:
  whatsnew/3.5: Mention that 'async' is a bad name for modules

files:
  Doc/whatsnew/3.5.rst |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -947,9 +947,9 @@
 New Keywords
 ------------
 
-``async`` and ``await`` are not recommended to be used as variable, class or
-function names.  Introduced by :pep:`492` in Python 3.5, they will become
-proper keywords in Python 3.7.
+``async`` and ``await`` are not recommended to be used as variable, class,
+function or module names.  Introduced by :pep:`492` in Python 3.5, they will
+become proper keywords in Python 3.7.
 
 
 Unsupported Operating Systems

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


More information about the Python-checkins mailing list