]> granicus.if.org Git - python/commit
Issue #7472: ISO-2022 charsets now consistently use 7bit CTE.
authorR. David Murray <rdmurray@bitdance.com>
Mon, 12 Apr 2010 14:26:06 +0000 (14:26 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Mon, 12 Apr 2010 14:26:06 +0000 (14:26 +0000)
commit27ef93797c4e0bdb46c9c2873264f89840028a5e
tree0204617bd1ccd907d7f6ccd95061aef3de6229b2
parentd10b65eb687575966f28d1f5f82a3642568aa82a
Issue #7472: ISO-2022 charsets now consistently use 7bit CTE.

Fixed a typo in the email.encoders module so that messages output using
an ISO-2022 character set will use a content-transfer-encoding of
7bit consistently.  Previously if the input data had any eight bit
characters the output data would get marked as 8bit even though it
was actually 7bit.
Lib/email/encoders.py
Misc/NEWS