Skip to content

Commit 6cf7067

Browse files
authored
gh-109975: Update 'What's New in Python 3.13' for beta (#118694)
1 parent 9762122 commit 6cf7067

6 files changed

+11
-14
lines changed

Doc/whatsnew/3.13.rst

+2-7
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ Other Language Changes
347347
New Modules
348348
===========
349349

350-
* None yet.
350+
* None.
351351

352352

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

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

@@ -1791,11 +1791,6 @@ webbrowser
17911791
attribute instead.
17921792
(Contributed by Nikita Sobolev in :gh:`105546`.)
17931793

1794-
Others
1795-
------
1796-
1797-
* None yet
1798-
17991794
CPython bytecode changes
18001795
========================
18011796

Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
Improve validation logic in the C implementation of :meth:`datetime.fromisoformat`
2-
to better handle invalid years. Patch by Vlad Efanov.
1+
Improve validation logic in the C implementation of
2+
:meth:`datetime.datetime.fromisoformat` to better handle invalid years.
3+
Patch by Vlad Efanov.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Add the :meth:`after_info` method for Tkinter widgets.
1+
Add the :meth:`!after_info` method for Tkinter widgets.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Add parameter *fileobj* check for :func:`tarfile.addfile()`
1+
Add parameter *fileobj* check for :func:`tarfile.TarFile.addfile`

Misc/NEWS.d/next/Library/2024-04-24-12-20-48.gh-issue-118013.TKn_kZ.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ to that instance's class to persist in an internal cache in the
55
class was dynamically created, the class held strong references to other
66
objects which took up a significant amount of memory, and the cache
77
contained the sole strong reference to the class. The fix for the regression
8-
leads to a slowdown in :func:`getattr_static`, but the function should still
8+
leads to a slowdown in :func:`!getattr_static`, but the function should still
99
be significantly faster than it was in Python 3.11. Patch by Alex Waygood.
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
Fix a bug where :func:`sqlite3.iterdump` could fail if a custom :attr:`row
2-
factory <sqlite3.Connection.row_factory>` was used. Patch by Erlend Aasland.
1+
Fix a bug where :meth:`sqlite3.Connection.iterdump` could fail if a custom
2+
:attr:`row factory <sqlite3.Connection.row_factory>` was used. Patch by Erlend
3+
Aasland.

0 commit comments

Comments
 (0)