cpython/Lib/email/test
Barry Warsaw 9c2d4deec3 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 21:20:38 +00:00
..
data
__init__.py
test_email.py
test_email_codecs.py
test_email_codecs_renamed.py
test_email_renamed.py
test_email_torture.py