diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-08-03 18:55:58 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-08-03 18:55:58 (GMT) |
commit | 13b74aef6249c65e2b085a581ae9dea8c88ad8d5 (patch) | |
tree | 69c9cc5cb44f39b83c41b1badb5d811bbee25a83 /Doc/whatsnew | |
parent | 6f8a0586a9fec6da6cd8c1829307f320ceab7ce4 (diff) | |
download | cpython-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.rst | 6 |
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 |