mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Merge 3.5
This commit is contained in:
commit
153192be43
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
|
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
|
Unsupported Operating Systems
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue