mirror of
https://github.com/python/cpython.git
synced 2026-05-19 02:44:16 -04:00
81a06d4260
[ 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.