diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2022-07-22 00:36:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-22 00:36:53 (GMT) |
commit | d06c552e35fa80f71d927daa4c8465ee13f37cfc (patch) | |
tree | d515f2ad4a0185b27b07436843dbe6aa29d117a2 /Doc/whatsnew | |
parent | 8df8ef974374a3bb3ca3eef1ee676f7f173dad5c (diff) | |
download | cpython-d06c552e35fa80f71d927daa4c8465ee13f37cfc.zip cpython-d06c552e35fa80f71d927daa4c8465ee13f37cfc.tar.gz cpython-d06c552e35fa80f71d927daa4c8465ee13f37cfc.tar.bz2 |
gh-95112: Fix What's New 3.12 contribution note periods (#95118)
A couple, so far, are missing.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.12.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 15282a7..4a37e28 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 <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``) |