cpython/Lib/email
Mariatta e9f4d8db5f [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-595) (GH-2233)
If max_line_length=None is specified while using the Compat32 policy,
it is no longer ignored..
(cherry picked from commit b459f74826)
2017-06-16 07:18:58 -07:00
..
mime
__init__.py
_encoded_words.py
_header_value_parser.py
_parseaddr.py
_policybase.py [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-595) (GH-2233) 2017-06-16 07:18:58 -07:00
architecture.rst [3.6] Fix typos in multiple `.rst` files (GH-1668) (#1702) 2017-05-22 00:26:01 +03:00
base64mime.py
charset.py
contentmanager.py
encoders.py
errors.py
feedparser.py #20476: Deal with the message_factory circular import differently. 2016-09-10 00:22:25 -04:00
generator.py Merge: #19003: Only replace \r and/or \n line endings in email.generator. 2016-09-11 17:23:33 -04:00
header.py
headerregistry.py
iterators.py
message.py #20476: Deal with the message_factory circular import differently. 2016-09-10 00:22:25 -04:00
parser.py
policy.py
quoprimime.py
utils.py