summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-05-28 21:10:29 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-05-28 21:10:29 (GMT)
commit7a219110e6b9972a96e78e389e243c5cecfcfccc (patch)
tree8ca6cae979109bb6c5114b7058fe36b7be5e9115
parent153192be4374fb9a7d0ec71a402d76a811f915f7 (diff)
downloadcpython-7a219110e6b9972a96e78e389e243c5cecfcfccc.zip
cpython-7a219110e6b9972a96e78e389e243c5cecfcfccc.tar.gz
cpython-7a219110e6b9972a96e78e389e243c5cecfcfccc.tar.bz2
docs/whatsnew/3.6: Mention that 'async' and 'await' will be keywords in 3.7
-rw-r--r--Doc/whatsnew/3.6.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
index 7453bf4..375d94e 100644
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -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
------------------------------------------------