]> granicus.if.org Git - python/commit
#10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.
authorR. David Murray <rdmurray@bitdance.com>
Fri, 7 Jan 2011 23:25:30 +0000 (23:25 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Fri, 7 Jan 2011 23:25:30 +0000 (23:25 +0000)
commit9253214fd9fe22b8b2b4ca5bb28952df8cab3e8c
tree30d925a75c0b3bd542c00d6dbd667e72178056a7
parent6f0022d84af15d51ffa1606991f2b6e9e56448ed
#10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.

This applies only when generating strings from non-RFC compliant binary
input; it makes the existing recoding behavior more consistent (ie:
now no data is lost when recoding).
Doc/library/email.generator.rst
Doc/library/email.header.rst
Doc/library/email.message.rst
Doc/whatsnew/3.2.rst
Lib/email/charset.py
Lib/email/header.py
Lib/email/message.py
Lib/email/test/test_email.py
Misc/NEWS