mirror of
https://github.com/python/cpython.git
synced 2026-05-18 02:15:28 -04:00
d92ae78bdb
it into email 4.0. Specifically, in Message.get_content_charset(), handle RFC 2231 headers that contain an encoding not known to Python, or a character in the data that isn't in the charset encoding. Also forward port the appropriate unit tests.