summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-05-07 10:35:32 (GMT)
committerGitHub <noreply@github.com>2024-05-07 10:35:32 (GMT)
commit6cf70678e2d4126ed921e6288477ebd6889b9af7 (patch)
treebac8fbfa366b062dd8aba87203bce8185f3caf3a /Doc/whatsnew
parent976212223541b89329d81ab01e3edd14d8f6aaf5 (diff)
downloadcpython-6cf70678e2d4126ed921e6288477ebd6889b9af7.zip
cpython-6cf70678e2d4126ed921e6288477ebd6889b9af7.tar.gz
cpython-6cf70678e2d4126ed921e6288477ebd6889b9af7.tar.bz2
gh-109975: Update 'What's New in Python 3.13' for beta (#118694)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.13.rst9
1 files changed, 2 insertions, 7 deletions
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index df38a61..5b5155b 100644
--- a/Doc/whatsnew/3.13.rst
+++ b/Doc/whatsnew/3.13.rst
@@ -347,7 +347,7 @@ Other Language Changes
New Modules
===========
-* None yet.
+* None.
Improved Modules
@@ -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`.)
@@ -1791,11 +1791,6 @@ webbrowser
attribute instead.
(Contributed by Nikita Sobolev in :gh:`105546`.)
-Others
-------
-
-* None yet
-
CPython bytecode changes
========================