mirror of
https://github.com/python/cpython.git
synced 2025-07-30 14:44:10 +00:00
gh-95112: Fix What's New 3.12 contribution note periods (#95118)
A couple, so far, are missing.
This commit is contained in:
parent
8df8ef9743
commit
d06c552e35
1 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@ Deprecated
|
|||
==========
|
||||
|
||||
* :class:`typing.Hashable` and :class:`typing.Sized` aliases for :class:`collections.abc.Hashable`
|
||||
and :class:`collections.abc.Sized`. (:gh:`94309`)
|
||||
and :class:`collections.abc.Sized`. (:gh:`94309`.)
|
||||
|
||||
* The :mod:`sqlite3` :ref:`default adapters and converters
|
||||
<sqlite3-default-converters>` are now deprecated.
|
||||
|
@ -264,7 +264,7 @@ Removed
|
|||
``OptimizedUnicode`` can either use ``str`` explicitly, or rely on the
|
||||
default value which is also ``str``.
|
||||
|
||||
(Contributed by Erlend E. Aasland in :gh:`92548`)
|
||||
(Contributed by Erlend E. Aasland in :gh:`92548`.)
|
||||
|
||||
* The ``--experimental-isolated-subinterpreters`` configure flag
|
||||
(and corresponding ``EXPERIMENTAL_ISOLATED_SUBINTERPRETERS``)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue