cpython/Lib/email/test
R. David Murray 4617e5085a Issue #7143: get_payload used to strip any trailing newline from a
base64 transfer-encoded payload *after* decoding it; it no longer does.
email had a special method in utils, _bdecode, specifically to do this,
so it must have served a purpose at some point, yet it is clearly wrong
per RFC.  Fixed with Barry's approval, but no backport.  Email package
minor version number is bumped, now version 4.0.1.

Patch by Joaquin Cuenca Abela.
2010-03-08 02:04:06 +00:00
..
data Issue #7143: get_payload used to strip any trailing newline from a 2010-03-08 02:04:06 +00:00
__init__.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
test_email.py Issue #7143: get_payload used to strip any trailing newline from a 2010-03-08 02:04:06 +00:00
test_email_codecs.py #2622 Import errors in email.message, from a py2app standalone application. 2009-07-11 14:33:51 +00:00
test_email_codecs_renamed.py fix import 2009-03-30 02:14:21 +00:00
test_email_renamed.py Issue #7143: get_payload used to strip any trailing newline from a 2010-03-08 02:04:06 +00:00
test_email_torture.py Add missing import when running these tests standalone. 2010-02-06 23:54:04 +00:00