]> granicus.if.org Git - python/commit
#4768: store base64 encoded email body parts as text, not binary.
authorR. David Murray <rdmurray@bitdance.com>
Fri, 4 Jun 2010 16:11:08 +0000 (16:11 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Fri, 4 Jun 2010 16:11:08 +0000 (16:11 +0000)
commit7da8f06df09aff2f45df9ebcda40e9078a6ab92c
treebb566ef839c79b074df8381c4351d2b95ff26b9d
parentdeda8cb8352e7d240e51d6f261989b4fda767b60
#4768: store base64 encoded email body parts as text, not binary.

Patch and tests by Forest Bond.
Lib/email/encoders.py
Lib/email/test/test_email.py
Misc/ACKS
Misc/NEWS