summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-05-28 21:09:14 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-05-28 21:09:14 (GMT)
commit8fa6d4f75311bb459da50226c726d1ab7ccf115b (patch)
tree708282f16142b5da91b57806fff13d21e6127d3e
parent264be6f48f107d831ccecdf68a1b82c7b61f3a17 (diff)
downloadcpython-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.rst8
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
-----------------------------