Skip to content

[3.12] Remove more stray backticks from NEWS files (GH-115374) #117118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Misc/NEWS.d/3.12.0a1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2722,7 +2722,7 @@ on future on an error - e.g. TimeoutError or KeyboardInterrupt.
Fix a :mod:`sqlite3` regression where ``*args`` and ``**kwds`` were
incorrectly relayed from :py:func:`~sqlite3.connect` to the
:class:`~sqlite3.Connection` factory. The regression was introduced in
3.11a1 with PR 24421 (:gh:`85128`). Patch by Erlend E. Aasland.`
3.11a1 with PR 24421 (:gh:`85128`). Patch by Erlend E. Aasland.

..

Expand Down Expand Up @@ -2988,7 +2988,7 @@ Kumar Aditya.
.. section: Library

Fix crash in :class:`struct.Struct` when it was not completely initialized
by initializing it in :meth:`~object.__new__``. Patch by Kumar Aditya.
by initializing it in :meth:`~object.__new__`. Patch by Kumar Aditya.

..

Expand Down
4 changes: 2 additions & 2 deletions Misc/NEWS.d/3.12.0b1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -563,10 +563,10 @@ Complex function calls are now faster and consume no C stack space.
.. nonce: fvgsCl
.. section: Core and Builtins

``len()`` for 0-dimensional :class:`memoryview`` objects (such as
``len()`` for 0-dimensional :class:`memoryview` objects (such as
``memoryview(ctypes.c_uint8(42))``) now raises a :exc:`TypeError`.
Previously this returned ``1``, which was not consistent with ``mem_0d[0]``
raising an :exc:`IndexError``.
raising an :exc:`IndexError`.

..

Expand Down