mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
Remove duplicated words words (GH-20413)
This commit is contained in:
parent
2b0e654f91
commit
1c5d1d7304
6 changed files with 6 additions and 6 deletions
|
|
@ -615,7 +615,7 @@ Constants
|
|||
Possible value for :attr:`SSLContext.verify_flags`. In this mode, only the
|
||||
peer cert is checked but none of the intermediate CA certificates. The mode
|
||||
requires a valid CRL that is signed by the peer cert's issuer (its direct
|
||||
ancestor CA). If no proper CRL has has been loaded with
|
||||
ancestor CA). If no proper CRL has been loaded with
|
||||
:attr:`SSLContext.load_verify_locations`, validation will fail.
|
||||
|
||||
.. versionadded:: 3.4
|
||||
|
|
|
|||
|
|
@ -1692,7 +1692,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`
|
||||
|
|
|
|||
|
|
@ -868,7 +868,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`.)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue