Commit 13b74aef authored by Yury Selivanov's avatar Yury Selivanov

whatsnew/3.5: Mention that 'async' is a bad name for modules

parent 6f8a0586
...@@ -947,9 +947,9 @@ Deprecated ...@@ -947,9 +947,9 @@ Deprecated
New Keywords New Keywords
------------ ------------
``async`` and ``await`` are not recommended to be used as variable, class or ``async`` and ``await`` are not recommended to be used as variable, class,
function names. Introduced by :pep:`492` in Python 3.5, they will become function or module names. Introduced by :pep:`492` in Python 3.5, they will
proper keywords in Python 3.7. become proper keywords in Python 3.7.
Unsupported Operating Systems Unsupported Operating Systems
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment