Searched refs:Compat32 (Results 1 – 15 of 15) sorted by relevance
/external/python/cpython3/Doc/library/ |
D | email.mime.rst | 11 This module is part of the legacy (``Compat32``) email API. Its functionality 50 :class:`compat32 <email.policy.Compat32>` policy) it will be passed to 98 Optional *policy* argument defaults to :class:`compat32 <email.policy.Compat32>`. 131 Optional *policy* argument defaults to :class:`compat32 <email.policy.Compat32>`. 165 Optional *policy* argument defaults to :class:`compat32 <email.policy.Compat32>`. 199 Optional *policy* argument defaults to :class:`compat32 <email.policy.Compat32>`. 222 Optional *policy* argument defaults to :class:`compat32 <email.policy.Compat32>`. 253 Optional *policy* argument defaults to :class:`compat32 <email.policy.Compat32>`.
|
D | email.encoders.rst | 11 This module is part of the legacy (``Compat32``) email API. In the
|
D | email.policy.rst | 39 the :class:`~email.message.Message` class, this is the :class:`Compat32` 68 concrete classes :class:`EmailPolicy` and :class:`Compat32`, which implement 583 .. class:: Compat32(**kw) 644 An instance of :class:`Compat32`, providing backward compatibility with the
|
D | email.charset.rst | 11 This module is part of the legacy (``Compat32``) email API. In the new
|
D | email.utils.rst | 44 The remaining functions are part of the legacy (``Compat32``) email API. There
|
D | email.header.rst | 11 This module is part of the legacy (``Compat32``) email API. In the current API
|
D | email.parser.rst | 82 :class:`compat32 <email.policy.Compat32>` policy, which maintains backward
|
D | email.compat32-message.rst | 22 policy :attr:`~email.policy.Compat32`. If you are going to use another policy, 60 <email.policy.Compat32>` policy, which maintains backward compatibility with
|
/external/python/cpython3/Lib/email/ |
D | _policybase.py | 272 class Compat32(Policy): class 374 compat32 = Compat32()
|
D | policy.py | 7 from email._policybase import Policy, Compat32, compat32, _extend_docstrings
|
D | architecture.rst | 157 The :class:`~email.policy.Policy.Compat32` Policy provides backward
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.2rc1.rst | 144 If max_line_length=None is specified while using the Compat32 policy, it is
|
D | 3.5.4rc1.rst | 202 If max_line_length=None is specified while using the Compat32 policy, it is
|
D | 3.7.0a1.rst | 827 If max_line_length=None is specified while using the Compat32 policy, it is
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.3.rst | 1200 is the :class:`~email.policy.Compat32` policy, which provides backward
|