mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
whatsnew/3.5: Mention that 'async' is a bad name for modules
This commit is contained in:
parent
6f8a0586a9
commit
13b74aef62
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue