From 7a219110e6b9972a96e78e389e243c5cecfcfccc Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Thu, 28 May 2015 17:10:29 -0400 Subject: [PATCH] docs/whatsnew/3.6: Mention that 'async' and 'await' will be keywords in 3.7 --- Doc/whatsnew/3.6.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index 7453bf41b7..375d94e551 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 ------------------------------------------------ -- 2.50.1