mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.13] GH-101100: Resolve reference warnings in whatsnew/3.10.rst (GH-138408) (#138481)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
b8f9b6bc23
commit
0dcff3d9ce
2 changed files with 3 additions and 4 deletions
|
|
@ -60,4 +60,3 @@ Doc/reference/datamodel.rst
|
||||||
Doc/whatsnew/2.4.rst
|
Doc/whatsnew/2.4.rst
|
||||||
Doc/whatsnew/2.5.rst
|
Doc/whatsnew/2.5.rst
|
||||||
Doc/whatsnew/2.6.rst
|
Doc/whatsnew/2.6.rst
|
||||||
Doc/whatsnew/3.10.rst
|
|
||||||
|
|
|
||||||
|
|
@ -901,7 +901,7 @@ Improved Modules
|
||||||
asyncio
|
asyncio
|
||||||
-------
|
-------
|
||||||
|
|
||||||
Add missing :meth:`~asyncio.events.AbstractEventLoop.connect_accepted_socket`
|
Add missing :meth:`~asyncio.loop.connect_accepted_socket`
|
||||||
method.
|
method.
|
||||||
(Contributed by Alex Grönholm in :issue:`41332`.)
|
(Contributed by Alex Grönholm in :issue:`41332`.)
|
||||||
|
|
||||||
|
|
@ -933,7 +933,7 @@ Base32 Encoding with Extended Hex Alphabet.
|
||||||
bdb
|
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`.)
|
(Contributed by Irit Katriel in :issue:`24160`.)
|
||||||
|
|
||||||
bisect
|
bisect
|
||||||
|
|
@ -1398,7 +1398,7 @@ A new verify flag :const:`~ssl.VERIFY_X509_PARTIAL_CHAIN` has been added.
|
||||||
sqlite3
|
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.enable_load_extension`, and
|
||||||
:meth:`~sqlite3.Connection.load_extension`.
|
:meth:`~sqlite3.Connection.load_extension`.
|
||||||
(Contributed by Erlend E. Aasland in :issue:`43762`.)
|
(Contributed by Erlend E. Aasland in :issue:`43762`.)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue