top | item 28751409

Python 3.10.0 Is Released

14 points| n3k5 | 4 years ago |python.org

2 comments

order

n3k5|4 years ago

Release notes: https://www.python.org/downloads/release/python-3100/

In terms of language features, the stand-out highlight is structural pattern matching; see https://www.python.org/dev/peps/pep-0634/#abstract

BiteCode_dev|4 years ago

> In terms of language features

In terms of language features yes. But, personally, I will install this version ASAP (3.10.1, I won't install the fresh one, there are always bugs to iron out) because of the great efforts toward improving error messages. Effort that will be ongoing in 3.11.

Those little things make the dev and teaching experience much, much better.