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
base64mime.py
charset.py
encoders.py
errors.py
feedparser.py
generator.py
header.py
iterators.py
message.py
parser.py
quoprimime.py
utils.py