3.8
Python Language Reference
The Python Language Reference is the official, authoritative specification of the Python programming language.
Python 3.8.0 was released in October 2019. It introduced the following new language features:
- assignment expressions (walrus operator
:=
) - positional-only parameters
- f-strings support
=
- support for
continue
insidefinally
See What’s New In Python 3.8 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.