8000 GH-109975: Copyedit 3.13 What's New: Release Highlights by AA-Turner · Pull Request #122958 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-109975: Copyedit 3.13 What's New: Release Highlights #122958

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 4 commits into from
Aug 13, 2024
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
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
  • Loading branch information
AA-Turner and hugovk authored Aug 13, 2024
commit c89a93e13b34888ebfbe26fa5378826cac8585cd
14 changes: 7 additions & 7 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ Several legacy standard library modules have now `been removed

This article doesn't attempt to provide a complete specification of all new features,
but instead gives a convenient overview.
For full details, you should refer to the documentation,
For full details refer to the documentation,
such as the :ref:`Library Reference <library-index>`
and :ref:`Language Reference <reference-index>`.
If you want to understand the complete implementation and design rationale for a change,
To understand the complete implementation and design rationale for a change,
refer to the PEP for a particular new feature;
but note that PEPs usually are not kept up-to-date
once a feature has been fully implemented.
Expand All @@ -115,13 +115,13 @@ Interpreter improvements:
See :ref:`Free-threaded CPython <whatsnew313-free-threaded-cpython>` for more details.
* :pep:`744`: A basic :ref:`JIT compiler <whatsnew313-jit-compiler>` was added.
It is currently disabled by default (though we may turn it on later).
Performance improvements are modest -- we expect to be improving this
Performance improvements are modest -- we expect to improve this
over the next few releases.
* Color support in the new :ref:`interactive interpreter
<whatsnew313-better-interactive-interpreter>`,
as well as in :ref:`tracebacks <whatsnew313-improved-error-messages>`
and :ref:`doctest <whatsnew313-doctest>` output.
This can be disabled throughhe :envvar:`PYTHON_COLORS` and |NO_COLOR|_
This can be disabled through the :envvar:`PYTHON_COLORS` and |NO_COLOR|_
environment variables.

Python data model improvements:
Expand Down Expand Up @@ -178,7 +178,7 @@ Platform support:
* ``wasm32-wasi`` is now a supported as a :pep:`tier 2 <11>` platform.
* ``wasm32-emscripten`` is no longer an officially supported platform.

Important deprecations, removals or restrictions:
Important removals:

* :ref:`PEP 594 <whatsnew313-pep594>`: The remaining 19 "dead batteries"
have been removed from the standard library:
Expand All @@ -199,7 +199,7 @@ Release schedule changes:
to extend the full support ('bugfix') period for new releases to two years.
This updated policy means that:

* Python 3.9---3.12 have one and a half years of full support,
* Python 3.9--3.12 have one and a half years of full support,
followed by three and a half years of security fixes.
* Python 3.13 and later have two years of full support,
followed by three years of security fixes.
Expand Down Expand Up @@ -724,7 +724,7 @@ base64

* Add :func:`base64.z85encode` and :func:`base64.z85decode` functions which allow encoding
and decoding Z85 data.
See `Z85 specification <https://rfc.zeromq.org/spec/32/>`_ for more information.
See the `Z85 specification <https://rfc.zeromq.org/spec/32/>`_ for more information.
(Contributed by Matan Perelman in :gh:`75299`.)

copy
Expand Down
Loading
0