cpython/Lib/email
Barry Warsaw 81a06d4260 In response to this SF bug:
[ 1752723 ] email.message_from_string: initial line gets discarded

I added a test to assert that when the first line of text passed to
message_from_string() contains a leading space, the message ends up with the
appropriate FirstHeaderLineIsContinuationDefect on its defects list.

The bug is invalid.
2007-07-13 22:12:58 +00:00
..
mime
test In response to this SF bug: 2007-07-13 22:12:58 +00:00
__init__.py
_parseaddr.py Tokio Kikuchi's fix for SF bug #1629369; folding whitespace allowed in the 2007-03-12 03:20:01 +00:00
base64mime.py
charset.py Patch #1634778: add missing encoding aliases for iso8859_15 and 2007-01-27 17:59:42 +00:00
encoders.py
errors.py
feedparser.py
generator.py
header.py SF bug #1582282; decode_header() incorrectly splits not-conformant RFC 2007-03-14 04:59:50 +00:00
iterators.py
message.py Patch #1449244: Support Unicode strings in 2007-03-13 10:24:00 +00:00
parser.py
quoprimime.py
utils.py decode_rfc2231(): As Christian Robottom Reis points out, it makes no sense to 2006-10-04 02:06:36 +00:00