Python 3.11 officially released

Python 3.11 stable version has been officially released !

Some of the new major new features and changes in Python 3.11 include:

general changes

Typing changes

  • PEP 673   - Self Types 
  • PEP 655  - Mark individual TypedDict items as required or possibly missing
  • PEP 675  - Arbitrary Literal String Types
  • PEP 681   - Data Class Conversion
  • PEP 646   - Variadic Generics

Other links:

More details can be found here: https://www.python.org/downloads/release/python-3110/

Guess you like

Origin www.oschina.net/news/214827/python-3-11-0-released