Skip to content
Merged
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 Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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``)
Expand Down