diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-05-07 10:35:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-07 10:35:32 (GMT) |
commit | 6cf70678e2d4126ed921e6288477ebd6889b9af7 (patch) | |
tree | bac8fbfa366b062dd8aba87203bce8185f3caf3a /Doc/whatsnew | |
parent | 976212223541b89329d81ab01e3edd14d8f6aaf5 (diff) | |
download | cpython-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.rst | 9 |
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 ======================== |