From: Yury Selivanov Date: Mon, 3 Aug 2015 18:55:58 +0000 (-0400) Subject: whatsnew/3.5: Mention that 'async' is a bad name for modules X-Git-Tag: v3.5.0rc1~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=13b74aef6249c65e2b085a581ae9dea8c88ad8d5;p=thirdparty%2FPython%2Fcpython.git whatsnew/3.5: Mention that 'async' is a bad name for modules --- diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index dba3ea0d102e..e7992d923c68 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -947,9 +947,9 @@ 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. +``async`` and ``await`` are not recommended to be used as variable, class, +function or module names. Introduced by :pep:`492` in Python 3.5, they will +become proper keywords in Python 3.7. Unsupported Operating Systems