diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-06-04 16:11:08 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-06-04 16:11:08 (GMT) |
commit | 7da8f06df09aff2f45df9ebcda40e9078a6ab92c (patch) | |
tree | bb566ef839c79b074df8381c4351d2b95ff26b9d /Misc | |
parent | deda8cb8352e7d240e51d6f261989b4fda767b60 (diff) | |
download | cpython-7da8f06df09aff2f45df9ebcda40e9078a6ab92c.zip cpython-7da8f06df09aff2f45df9ebcda40e9078a6ab92c.tar.gz cpython-7da8f06df09aff2f45df9ebcda40e9078a6ab92c.tar.bz2 |
#4768: store base64 encoded email body parts as text, not binary.
Patch and tests by Forest Bond.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -83,6 +83,7 @@ Finn Bock Paul Boddie Matthew Boedicker David Bolen +Forest Bond Gawain Bolton Gregory Bond Jurjen Bos @@ -398,6 +398,9 @@ C-API Library ------- +- Issue #4768: base64 encoded email body parts were incorrectly stored as + binary strings. They are now correctly converted to strings. + - Issue #8833: tarfile created hard link entries with a size field != 0 by mistake. |