cpython/Lib/email
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
..
mime
test Issue #7143: get_payload used to strip any trailing newline from a 2010-03-08 02:04:06 +00:00
__init__.py Issue #7143: get_payload used to strip any trailing newline from a 2010-03-08 02:04:06 +00:00
_parseaddr.py
base64mime.py
charset.py
encoders.py
errors.py
feedparser.py
generator.py Issue 7970: When email.Parser.Parser parses a MIME message of type 2010-02-21 04:23:00 +00:00
header.py
iterators.py
message.py replace has_key with 'in' operator 2009-10-09 22:15:50 +00:00
parser.py
quoprimime.py
utils.py Issue #7143: get_payload used to strip any trailing newline from a 2010-03-08 02:04:06 +00:00