3.7
Python Language Reference
The Python Language Reference is the official, authoritative specification of the Python programming language.
Python 3.7.0 was released in June 2018. It introduced the following new language features:
- postponed evaluation of type annotations
- async and await are now reserved keywords
See What’s New In Python 3.7 for more details.
We have not (yet) cross-referenced this language specification with our misconceptions. To find misconception by language specification section, pick one of the cross-referenced specifications.