File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -59,4 +59,3 @@ Doc/reference/datamodel.rst
59
59
Doc/whatsnew/2.4.rst
60
60
Doc/whatsnew/2.5.rst
61
61
Doc/whatsnew/2.6.rst
62
- Doc/whatsnew/3.10.rst
Original file line number Diff line number Diff line change @@ -901,7 +901,7 @@ Improved Modules
901
901
asyncio
902
902
------ -
903
903
904
- Add missing :meth:`~ asyncio.events.AbstractEventLoop .connect_accepted_socket`
904
+ Add missing :meth:`~ asyncio.loop .connect_accepted_socket`
905
905
method.
906
906
(Contributed by Alex Grönholm in :issue:`41332 ` .)
907
907
@@ -933,7 +933,7 @@ Base32 Encoding with Extended Hex Alphabet.
933
933
bdb
934
934
-- -
935
935
936
- Add :meth:`~ bdb.Breakpoint. clearBreakpoints` to reset all set breakpoints.
936
+ Add :meth:`! clearBreakpoints` to reset all set breakpoints.
937
937
(Contributed by Irit Katriel in :issue:`24160 ` .)
938
938
939
939
bisect
@@ -1398,7 +1398,7 @@ A new verify flag :const:`~ssl.VERIFY_X509_PARTIAL_CHAIN` has been added.
1398
1398
sqlite3
1399
1399
------ -
1400
1400
1401
- Add audit events for :func:`~ sqlite3.connect/ handle ` ,
1401
+ Add audit events for :func:`~ sqlite3.connect` ,
1402
1402
:meth:`~ sqlite3.Connection.enable_load_extension` , and
1403
1403
:meth:`~ sqlite3.Connection.load_extension` .
1404
1404
(Contributed by Erlend E. Aasland in :issue:`43762 ` .)
You can’t perform that action at this time.
0 commit comments