mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
[3.12] Docs: fix MessageDefect references in email.policy docs (GH-128468) (#128527)
(cherry picked from commit 3b231be8f0)
Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
This commit is contained in:
parent
d712ece43f
commit
4016be2775
2 changed files with 2 additions and 3 deletions
|
|
@ -267,7 +267,7 @@ added matters. To illustrate::
|
|||
|
||||
Handle a *defect* found on *obj*. When the email package calls this
|
||||
method, *defect* will always be a subclass of
|
||||
:class:`~email.errors.Defect`.
|
||||
:class:`~email.errors.MessageDefect`.
|
||||
|
||||
The default implementation checks the :attr:`raise_on_defect` flag. If
|
||||
it is ``True``, *defect* is raised as an exception. If it is ``False``
|
||||
|
|
@ -277,7 +277,7 @@ added matters. To illustrate::
|
|||
.. method:: register_defect(obj, defect)
|
||||
|
||||
Register a *defect* on *obj*. In the email package, *defect* will always
|
||||
be a subclass of :class:`~email.errors.Defect`.
|
||||
be a subclass of :class:`~email.errors.MessageDefect`.
|
||||
|
||||
The default implementation calls the ``append`` method of the ``defects``
|
||||
attribute of *obj*. When the email package calls :attr:`handle_defect`,
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ Doc/library/email.charset.rst
|
|||
Doc/library/email.compat32-message.rst
|
||||
Doc/library/email.errors.rst
|
||||
Doc/library/email.parser.rst
|
||||
Doc/library/email.policy.rst
|
||||
Doc/library/exceptions.rst
|
||||
Doc/library/functools.rst
|
||||
Doc/library/getopt.rst
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue