mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
whatsnew/3.5,3.6: Mention that 'async' is a bad name for modules
This commit is contained in:
commit
62f27b5b98
2 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -116,9 +116,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.
|
||||||
|
|
||||||
|
|
||||||
Deprecated Python modules, functions and methods
|
Deprecated Python modules, functions and methods
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue