Back to articles
Python 3.14.1 is now available!

Python 3.14.1 is now available!

via Python BlogHugo (noreply@blogger.com)

This is first maintenance release of Python 3.14 Python 3.14.1 is the first maintenance release of 3.14, containing around 558 bugfixes, build improvements and documentation changes since 3.14.0. www.python.org/downloads/release/python-3141/ Major new features of the 3.14 series, compared to 3.13 Some of the major new features and changes in Python 3.14 are: New features PEP 779 : Free-threaded Python is officially supported PEP 649 : The evaluation of annotations is now deferred, improving the semantics of using annotations. PEP 750 : Template string literals (t-strings) for custom string processing, using the familiar syntax of f-strings. PEP 734 : Multiple interpreters in the stdlib. PEP 784 : A new module compression.zstd providing support for the Zstandard compression algorithm. PEP 758 : except and except* expressions may now omit the brackets. Syntax highlighting in PyREPL , and support for color in unittest , argparse , json and calendar CLIs. PEP 768 : A zero-overhead external

Continue reading on Python Blog

Opens in a new tab

Read Full Article
2 views

Related Articles