]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#24211: Add RFC6532 support to the email library.
authorR David Murray <rdmurray@bitdance.com>
Sun, 17 May 2015 15:29:21 +0000 (11:29 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sun, 17 May 2015 15:29:21 +0000 (11:29 -0400)
commit224ef3ec3b0758956789c4c98e6cc93704304419
tree4e06303f8a764f65842b432057845c012916ab5c
parentc1ecef78a3d5f5db47df66cc24929a66466fdcd4
#24211: Add RFC6532 support to the email library.

This could use more edge case tests, but the basic functionality is tested.
(Note that this changeset does not add tailored support for the RFC 6532
message/global MIME type, but the email package generic facilities will handle
it.)

Reviewed by Maciej Szulik.
Doc/library/email.policy.rst
Doc/whatsnew/3.5.rst
Lib/email/_header_value_parser.py
Lib/email/policy.py
Lib/test/test_email/test_generator.py
Lib/test/test_email/test_policy.py
Misc/NEWS