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
5959Doc/whatsnew/2.4.rst
6060Doc/whatsnew/2.5.rst
6161Doc/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
901901asyncio
902902------ -
903903
904- Add missing :meth:`~ asyncio.events.AbstractEventLoop .connect_accepted_socket`
904+ Add missing :meth:`~ asyncio.loop .connect_accepted_socket`
905905method.
906906(Contributed by Alex Grönholm in :issue:`41332 ` .)
907907
@@ -933,7 +933,7 @@ Base32 Encoding with Extended Hex Alphabet.
933933bdb
934934-- -
935935
936- Add :meth:`~ bdb.Breakpoint. clearBreakpoints` to reset all set breakpoints.
936+ Add :meth:`! clearBreakpoints` to reset all set breakpoints.
937937(Contributed by Irit Katriel in :issue:`24160 ` .)
938938
939939bisect
@@ -1398,7 +1398,7 @@ A new verify flag :const:`~ssl.VERIFY_X509_PARTIAL_CHAIN` has been added.
13981398sqlite3
13991399------ -
14001400
1401- Add audit events for :func:`~ sqlite3.connect/ handle ` ,
1401+ Add audit events for :func:`~ sqlite3.connect` ,
14021402:meth:`~ sqlite3.Connection.enable_load_extension` , and
14031403:meth:`~ sqlite3.Connection.load_extension` .
14041404(Contributed by Erlend E. Aasland in :issue:`43762 ` .)
You can’t perform that action at this time.
0 commit comments