]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-95112: Fix What's New 3.12 contribution note periods (#95118)
authorTerry Jan Reedy <tjreedy@udel.edu>
Fri, 22 Jul 2022 00:36:53 +0000 (20:36 -0400)
committerGitHub <noreply@github.com>
Fri, 22 Jul 2022 00:36:53 +0000 (20:36 -0400)
A couple, so far, are missing.

Doc/whatsnew/3.12.rst

index 15282a755c8acc8b87368c9abe7bdece59e1e99f..4a37e282b2a7937c5e2877bb0cfb452615bec668 100644 (file)
@@ -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``)