Commit 7a219110 authored by Yury Selivanov's avatar Yury Selivanov

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

parent 153192be
......@@ -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
------------------------------------------------
......
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