Commit 8fa6d4f7 authored by Yury Selivanov's avatar Yury Selivanov

docs/whatsnew: Mention that 'async' and 'await' will be keywords in 3.7

parent 264be6f4
...@@ -805,6 +805,14 @@ Changes to Python's build process and to the C API include: ...@@ -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
----------------------------- -----------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment