From: Yury Selivanov Date: Thu, 28 May 2015 21:09:14 +0000 (-0400) Subject: docs/whatsnew: Mention that 'async' and 'await' will be keywords in 3.7 X-Git-Tag: v3.5.0b2~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fa6d4f75311bb459da50226c726d1ab7ccf115b;p=python docs/whatsnew: Mention that 'async' and 'await' will be keywords in 3.7 --- diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index fa2b3e7a52..0abdc3ff1c 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 -----------------------------