mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
docs/whatsnew/3.6: Mention that 'async' and 'await' will be keywords in 3.7
This commit is contained in:
parent
153192be43
commit
7a219110e6
1 changed files with 8 additions and 0 deletions
|
@ -113,6 +113,14 @@ Build and C API Changes
|
|||
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.
|
||||
|
||||
|
||||
Deprecated Python modules, functions and methods
|
||||
------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue