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.
2722
2722
Fix a :mod: `sqlite3 ` regression where ``*args `` and ``**kwds `` were
2723
2723
incorrectly relayed from :py:func: `~sqlite3.connect ` to the
2724
2724
: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.
2726
2726
2727
2727
..
2728
2728
@@ -2988,7 +2988,7 @@ Kumar Aditya.
2988
2988
.. section: Library
2989
2989
2990
2990
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.
2992
2992
2993
2993
..
2994
2994
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.
563
563
.. nonce: fvgsCl
564
564
.. section: Core and Builtins
565
565
566
- ``len() `` for 0-dimensional :class: `memoryview` ` objects (such as
566
+ ``len() `` for 0-dimensional :class: `memoryview ` objects (such as
567
567
``memoryview(ctypes.c_uint8(42)) ``) now raises a :exc: `TypeError `.
568
568
Previously this returned ``1 ``, which was not consistent with ``mem_0d[0] ``
569
- raising an :exc: `IndexError` ` .
569
+ raising an :exc: `IndexError `.
570
570
571
571
..
572
572
You can’t perform that action at this time.
0 commit comments