Browse Source

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

pull/9921/head
Yury Selivanov 11 years ago
parent
commit
13b74aef62
  1. 6
      Doc/whatsnew/3.5.rst

6
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

Loading…
Cancel
Save