diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-28 21:09:14 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-28 21:09:14 (GMT) |
commit | 8fa6d4f75311bb459da50226c726d1ab7ccf115b (patch) | |
tree | 708282f16142b5da91b57806fff13d21e6127d3e | |
parent | 264be6f48f107d831ccecdf68a1b82c7b61f3a17 (diff) | |
download | cpython-8fa6d4f75311bb459da50226c726d1ab7ccf115b.zip cpython-8fa6d4f75311bb459da50226c726d1ab7ccf115b.tar.gz cpython-8fa6d4f75311bb459da50226c726d1ab7ccf115b.tar.bz2 |
docs/whatsnew: Mention that 'async' and 'await' will be keywords in 3.7
-rw-r--r-- | Doc/whatsnew/3.5.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index fa2b3e7..0abdc3f 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -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 ----------------------------- |