File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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
You can’t perform that action at this time.
0 commit comments