From: Terry Jan Reedy Date: Fri, 22 Jul 2022 00:36:53 +0000 (-0400) Subject: gh-95112: Fix What's New 3.12 contribution note periods (#95118) X-Git-Tag: v3.12.0a1~890 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d06c552e35fa80f71d927daa4c8465ee13f37cfc;p=thirdparty%2FPython%2Fcpython.git gh-95112: Fix What's New 3.12 contribution note periods (#95118) A couple, so far, are missing. --- diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 15282a755c8a..4a37e282b2a7 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -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 ` 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``)