]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
docs/whatsnew/3.6: Mention that 'async' and 'await' will be keywords in 3.7
authorYury Selivanov <yselivanov@sprymix.com>
Thu, 28 May 2015 21:10:29 +0000 (17:10 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Thu, 28 May 2015 21:10:29 +0000 (17:10 -0400)
Doc/whatsnew/3.6.rst

index 7453bf41b7a6ce9b0628f430b5466a3ead2c1b86..375d94e55189701643f26b3f2a92d62fcd8c8103 100644 (file)
@@ -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
 ------------------------------------------------