diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2020-09-18 06:36:14 (GMT) |
---|---|---|
committer | Ćukasz Langa <lukasz@langa.pl> | 2020-10-04 15:32:39 (GMT) |
commit | 3d87eee300e0ec1da1eda85b9005395a2af23d1b (patch) | |
tree | 6ffd0c9b95f12823d18777329b6e284de34adfdc /Doc/whatsnew | |
parent | fd510e365ec08d4c2cb2faafcf82ab17547ebef3 (diff) | |
download | cpython-3d87eee300e0ec1da1eda85b9005395a2af23d1b.zip cpython-3d87eee300e0ec1da1eda85b9005395a2af23d1b.tar.gz cpython-3d87eee300e0ec1da1eda85b9005395a2af23d1b.tar.bz2 |
[3.9] Remove duplicated words words (GH-20413). (GH-22296)
(cherry picked from commit 1c5d1d7304a119040fd3118128bdb412f0cce6a6)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.8.rst | 2 | ||||
-rw-r--r-- | Doc/whatsnew/3.9.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index 61aca47..a2fa178 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -1693,7 +1693,7 @@ Deprecated :meth:`~gettext.NullTranslations.set_output_charset`, and the *codeset* parameter of functions :func:`~gettext.translation` and :func:`~gettext.install` are also deprecated, since they are only used for - for the ``l*gettext()`` functions. + the ``l*gettext()`` functions. (Contributed by Serhiy Storchaka in :issue:`33710`.) * The :meth:`~threading.Thread.isAlive()` method of :class:`threading.Thread` diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 2b93994..f46bf8c 100644 --- a/Doc/whatsnew/3.9.rst +++ b/Doc/whatsnew/3.9.rst @@ -893,7 +893,7 @@ Removed (Contributed by Victor Stinner in :issue:`39489`.) * The ``_field_types`` attribute of the :class:`typing.NamedTuple` class - has been removed. It was deprecated deprecated since Python 3.8. Use + has been removed. It was deprecated since Python 3.8. Use the ``__annotations__`` attribute instead. (Contributed by Serhiy Storchaka in :issue:`40182`.) |