]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] GH-101100: Resolve reference warnings in whatsnew/3.10.rst (GH-138408) (#138480)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 4 Sep 2025 09:56:52 +0000 (11:56 +0200)
committerGitHub <noreply@github.com>
Thu, 4 Sep 2025 09:56:52 +0000 (12:56 +0300)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Doc/tools/.nitignore
Doc/whatsnew/3.10.rst

index 475c9f6613aef3d2b644cf922e3faf609306bffe..4435eeb35fc0323ba36f39eb6fdd3f95777b56a6 100644 (file)
@@ -60,4 +60,3 @@ Doc/using/windows.rst
 Doc/whatsnew/2.4.rst
 Doc/whatsnew/2.5.rst
 Doc/whatsnew/2.6.rst
-Doc/whatsnew/3.10.rst
index f8df802768a945d066c8c2d0bd375eae23b5def1..ab75833b439e6f47105eff8fceca2be055da0224 100644 (file)
@@ -901,7 +901,7 @@ Improved Modules
 asyncio
 -------
 
-Add missing :meth:`~asyncio.events.AbstractEventLoop.connect_accepted_socket`
+Add missing :meth:`~asyncio.loop.connect_accepted_socket`
 method.
 (Contributed by Alex Grönholm in :issue:`41332`.)
 
@@ -933,7 +933,7 @@ Base32 Encoding with Extended Hex Alphabet.
 bdb
 ---
 
-Add :meth:`~bdb.Breakpoint.clearBreakpoints` to reset all set breakpoints.
+Add :meth:`!clearBreakpoints` to reset all set breakpoints.
 (Contributed by Irit Katriel in :issue:`24160`.)
 
 bisect
@@ -1398,7 +1398,7 @@ A new verify flag :const:`~ssl.VERIFY_X509_PARTIAL_CHAIN` has been added.
 sqlite3
 -------
 
-Add audit events for :func:`~sqlite3.connect/handle`,
+Add audit events for :func:`~sqlite3.connect`,
 :meth:`~sqlite3.Connection.enable_load_extension`, and
 :meth:`~sqlite3.Connection.load_extension`.
 (Contributed by Erlend E. Aasland in :issue:`43762`.)