mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
docs/whatsnew: Mention that 'async' and 'await' will be keywords in 3.7
This commit is contained in:
parent
264be6f48f
commit
8fa6d4f753
1 changed files with 8 additions and 0 deletions
|
|
@ -805,6 +805,14 @@ Changes to Python's build process and to the C API include:
|
|||
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.
|
||||
|
||||
|
||||
Unsupported Operating Systems
|
||||
-----------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue