Skip to content

Commit 8fa6d4f

Browse files
author
Yury Selivanov
committed
docs/whatsnew: Mention that 'async' and 'await' will be keywords in 3.7
1 parent 264be6f commit 8fa6d4f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Doc/whatsnew/3.5.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,14 @@ Changes to Python's build process and to the C API include:
805805
Deprecated
806806
==========
807807

808+
New Keywords
809+
------------
810+
811+
``async`` and ``await`` are not recommended to be used as variable, class or
812+
function names. Introduced by :pep:`492` in Python 3.5, they will become
813+
proper keywords in Python 3.7.
814+
815+
808816
Unsupported Operating Systems
809817
-----------------------------
810818

0 commit comments

Comments
 (0)