]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
In response to this SF bug:
authorBarry Warsaw <barry@python.org>
Fri, 13 Jul 2007 22:12:58 +0000 (22:12 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 13 Jul 2007 22:12:58 +0000 (22:12 +0000)
commit81a06d42602f7f14c4b476e77c73f66ede2927cb
treeef8de3258f8065367bf7e2bf029410407feaefcd
parentfe31d77dc0b70c18f1cffa98861da3a2f995241a
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