summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-05-28 21:09:38 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-05-28 21:09:38 (GMT)
commit153192be4374fb9a7d0ec71a402d76a811f915f7 (patch)
tree93dfd460523739abd4cb82f239c7fa0d96c8095b /Doc
parent0938d98bcc684b01e92112245b5868e7b920a5a2 (diff)
parent8fa6d4f75311bb459da50226c726d1ab7ccf115b (diff)
downloadcpython-153192be4374fb9a7d0ec71a402d76a811f915f7.zip
cpython-153192be4374fb9a7d0ec71a402d76a811f915f7.tar.gz
cpython-153192be4374fb9a7d0ec71a402d76a811f915f7.tar.bz2
Merge 3.5
Diffstat (limited to 'Doc')
-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
-----------------------------