8000 gh-123299: Copyedit "What's New in Python 3.14" by hugovk · Pull Request #133452 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-123299: Copyedit "What's New in Python 3.14" #133452

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 24 commits into from
May 6, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add intro
  • Loading branch information
hugovk committed May 5, 2025
commit b9242865eaeb36aeed5b2e3eec1d8ba3a75da3d1
14 changes: 14 additions & 0 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,20 @@ Summary -- release highlights
.. This section singles out the most important changes in Python 3.14.
Brevity is key.

Python 3.14 beta is the pre-release of the next version of the Python
programming language, with a mix of changes to the language, the
implementation and the standard library.

The biggest changes to the implementation include template strings (:pep:`750`)
deferred evaluation of annotations (:pep:`649`),
and a new type of interpreter that uses tail calls.

The library changes include the addition of a new :mod:`!annotationlib` module
for introspecting and wrapping annotations (:pep:`649`),
a new :mod:`!compression.zstd` module for Zstandard support (:pep:`784`),
plus syntax highlighting in the REPL,
as well as the usual deprecations and removals,
and improvements in user-friendliness and correctness.

.. PEP-sized items next.

Expand Down
0