8000 gh-109975: Update 'What's New in Python 3.13' for beta by hugovk · Pull Request #118694 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-109975: Update 'What's New in Python 3.13' for beta #118694

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 2 commits into from
May 7, 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
Next Next commit
Update 'What's New in Python 3.13' for beta
  • Loading branch information
hugovk committed May 7, 2024
commit 0757590f20eee44d448ec0411a59c69808acc325
9 changes: 2 additions & 7 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ Other Language Changes
New Modules
===========

* None yet.
* None.


Improved Modules
Expand Down Expand Up @@ -1647,7 +1647,7 @@ PEP 594: dead batteries
* :mod:`!pipes`: use the :mod:`subprocess` module instead.
(Contributed by Victor Stinner in :gh:`104773`.)

* :mod:`!sndhdr`: use the projects :pypi:`filetype_,
* :mod:`!sndhdr`: use the projects :pypi:`filetype`,
:pypi:`puremagic`, or :pypi:`python-magic` instead.
(Contributed by Victor Stinner in :gh:`104773`.)

Expand Down Expand Up @@ -1791,11 +1791,6 @@ webbrowser
attribute instead.
(Contributed by Nikita Sobolev in :gh:`105546`.)

Others
------

* None yet

CPython bytecode changes
========================

Expand Down
0