]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#19063: partially fix set_payload handling of non-ASCII string input.
authorR David Murray <rdmurray@bitdance.com>
Wed, 11 Dec 2013 21:34:34 +0000 (16:34 -0500)
committerR David Murray <rdmurray@bitdance.com>
Wed, 11 Dec 2013 21:34:34 +0000 (16:34 -0500)
commitd5c4c7411af644fe7607695eb58ef91fd29066c3
tree725b1c22ba6f5acf3cf5a9b7cdfb39e652b2606a
parent31a655411a79b00517cdcd0a2752824d183db792
#19063: partially fix set_payload handling of non-ASCII string input.

This is a backward compatible partial fix, the complete fix requires raising
an error instead of accepting the invalid input, so the real fix is only
suitable for 3.4.
Lib/email/charset.py
Lib/email/message.py
Lib/test/test_email/test_email.py
Misc/NEWS