]> granicus.if.org Git - python/commitdiff
whatsnew/3.5: Mention that 'async' is a bad name for modules
authorYury Selivanov <yselivanov@sprymix.com>
Mon, 3 Aug 2015 18:55:58 +0000 (14:55 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Mon, 3 Aug 2015 18:55:58 +0000 (14:55 -0400)
Doc/whatsnew/3.5.rst

index dba3ea0d102e42341614a0c2b2daef4db987952a..e7992d923c680f26249ec3e4d95fae479189563e 100644 (file)
@@ -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