File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2722,7 +2722,7 @@ on future on an error - e.g. TimeoutError or KeyboardInterrupt.
27222722 Fix a :mod: `sqlite3 ` regression where ``*args `` and ``**kwds `` were
27232723incorrectly relayed from :py:func: `~sqlite3.connect ` to the
27242724:class: `~sqlite3.Connection ` factory. The regression was introduced in
2725- 3.11a1 with PR 24421 (:gh: `85128 `). Patch by Erlend E. Aasland.`
2725+ 3.11a1 with PR 24421 (:gh: `85128 `). Patch by Erlend E. Aasland.
27262726
27272727..
27282728
@@ -2988,7 +2988,7 @@ Kumar Aditya.
29882988.. section: Library
29892989
29902990 Fix crash in :class: `struct.Struct ` when it was not completely initialized
2991- by initializing it in :meth: `~object.__new__` ` . Patch by Kumar Aditya.
2991+ by initializing it in :meth: `~object.__new__ `. Patch by Kumar Aditya.
29922992
29932993..
29942994
Original file line number Diff line number Diff line change @@ -563,10 +563,10 @@ Complex function calls are now faster and consume no C stack space.
563563.. nonce: fvgsCl
564564.. section: Core and Builtins
565565
566- ``len() `` for 0-dimensional :class: `memoryview` ` objects (such as
566+ ``len() `` for 0-dimensional :class: `memoryview ` objects (such as
567567``memoryview(ctypes.c_uint8(42)) ``) now raises a :exc: `TypeError `.
568568Previously this returned ``1 ``, which was not consistent with ``mem_0d[0] ``
569- raising an :exc: `IndexError` ` .
569+ raising an :exc: `IndexError `.
570570
571571..
572572
Original file line number Diff line number Diff line change @@ -4380,7 +4380,7 @@ Patch by Victor Stinner.
43804380.. nonce: I6MQhb
43814381.. section: Library
43824382
4383- :pep: `594 `: Remove the :mod: `!cgi` ` and :mod: `!cgitb ` modules, deprecated in
4383+ :pep: `594 `: Remove the :mod: `!cgi ` and :mod: `!cgitb ` modules, deprecated in
43844384Python 3.11. Patch by Victor Stinner.
43854385
43864386..
You can’t perform that action at this time.
0 commit comments