From 89e75034dde0e848eb7f8270f7e12a83569e8e02 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Tue, 2 Sep 2025 22:23:37 +0100 Subject: [PATCH 1/4] Resolve reference warnings in whatsnew/3.10.rst --- Doc/whatsnew/3.10.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 1067601c652300..e5b7402353df9b 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -901,7 +901,7 @@ Improved Modules asyncio ------- -Add missing :meth:`~asyncio.events.AbstractEventLoop.connect_accepted_socket` +Add missing :meth:`~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`.) From 3b25bd87eae2ba086058c91cbeb8cc3d52cf8a86 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Tue, 2 Sep 2025 22:25:02 +0100 Subject: [PATCH 2/4] fixup! Resolve reference warnings in whatsnew/3.10.rst --- Doc/tools/.nitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/tools/.nitignore b/Doc/tools/.nitignore index 31b2e567f11056..dad749439ebef0 100644 --- a/Doc/tools/.nitignore +++ b/Doc/tools/.nitignore @@ -69,4 +69,3 @@ Doc/whatsnew/3.5.rst Doc/whatsnew/3.6.rst Doc/whatsnew/3.7.rst Doc/whatsnew/3.8.rst -Doc/whatsnew/3.10.rst From c6bea5f10d3f5003780867dfa0c77520317a9dd3 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Tue, 2 Sep 2025 22:32:19 +0100 Subject: [PATCH 3/4] fixup! Resolve reference warnings in whatsnew/3.10.rst --- Doc/whatsnew/3.10.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index e5b7402353df9b..8db57f6f22fc8d 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -901,7 +901,7 @@ Improved Modules asyncio ------- -Add missing :meth:`~loop.connect_accepted_socket` +Add missing :meth:`~asyncio.loop.connect_accepted_socket` method. (Contributed by Alex Grönholm in :issue:`41332`.) From c0685b883fc2cb427690135a5036700fa1324b08 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Wed, 3 Sep 2025 16:21:51 +0100 Subject: [PATCH 4/4] fixup! Resolve reference warnings in whatsnew/3.10.rst --- Doc/tools/.nitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/tools/.nitignore b/Doc/tools/.nitignore index 5443bc99c9d300..3cf22c27abb91c 100644 --- a/Doc/tools/.nitignore +++ b/Doc/tools/.nitignore @@ -65,4 +65,3 @@ Doc/whatsnew/2.7.rst Doc/whatsnew/3.4.rst Doc/whatsnew/3.5.rst Doc/whatsnew/3.6.rst -Doc/whatsnew/3.10.rst