]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
In response to this SF bug:
authorBarry Warsaw <barry@python.org>
Fri, 13 Jul 2007 21:20:38 +0000 (21:20 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 13 Jul 2007 21:20:38 +0000 (21:20 +0000)
commit9c2d4deec3cd3bb0cd380f009a8094ca13cab94d
tree6cbe9a03823ba9a791973d32ff5f9d8715c736c1
parent2b78594b1f5a1a876f1abd54429006f34b69cf1d
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.
Lib/email/test/test_email.py
Lib/email/test/test_email_renamed.py