]> granicus.if.org Git - python/commitdiff
docs/whatsnew: Mention that 'async' and 'await' will be keywords in 3.7
authorYury Selivanov <yselivanov@sprymix.com>
Thu, 28 May 2015 21:09:14 +0000 (17:09 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Thu, 28 May 2015 21:09:14 +0000 (17:09 -0400)
Doc/whatsnew/3.5.rst

index fa2b3e7a5220249b230f447bf0caf3caf9071146..0abdc3ff1cec87580432a4690124e40b501f83b5 100644 (file)
@@ -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
 -----------------------------