summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-08-03 18:55:58 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-08-03 18:55:58 (GMT)
commit13b74aef6249c65e2b085a581ae9dea8c88ad8d5 (patch)
tree69c9cc5cb44f39b83c41b1badb5d811bbee25a83 /Doc/whatsnew
parent6f8a0586a9fec6da6cd8c1829307f320ceab7ce4 (diff)
downloadcpython-13b74aef6249c65e2b085a581ae9dea8c88ad8d5.zip
cpython-13b74aef6249c65e2b085a581ae9dea8c88ad8d5.tar.gz
cpython-13b74aef6249c65e2b085a581ae9dea8c88ad8d5.tar.bz2
whatsnew/3.5: Mention that 'async' is a bad name for modules
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.5.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
index dba3ea0..e7992d9 100644
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -947,9 +947,9 @@ Deprecated
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