8000 gh-95112: Fix What's New 3.12 contribution note periods (#95118) · python/cpython@d06c552 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d06c552

Browse files
authored
gh-95112: Fix What's New 3.12 contribution note periods (#95118)
A couple, so far, are missing.
1 parent 8df8ef9 commit d06c552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/whatsnew/3.12.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Deprecated
133133
==========
134134

135135
* :class:`typing.Hashable` and :class:`typing.Sized` aliases for :class:`collections.abc.Hashable`
136-
and :class:`collections.abc.Sized`. (:gh:`94309`)
136+
and :class:`collections.abc.Sized`. (:gh:`94309`.)
137137

138138
* The :mod:`sqlite3` :ref:`default adapters and converters
139139
<sqlite3-default-converters>` are now deprecated.
@@ -264,7 +264,7 @@ Removed
264264
``OptimizedUnicode`` can either use ``str`` explicitly, or rely on the
265265
default value which is also ``str``.
266266

267-
(Contributed by Erlend E. Aasland in :gh:`92548`)
267+
(Contributed by Erlend E. Aasland in :gh:`92548`.)
268268

269269
* The ``--experimental-isolated-subinterpreters`` configure flag
270270
(and corresponding ``EXPERIMENTAL_ISOLATED_SUBINTERPRETERS``)

0 commit comments

Comments
 (0)
0