]> granicus.if.org Git - python/commit
A fix for SF bug #472560, extra newlines returned by get_param() when
authorBarry Warsaw <barry@python.org>
Thu, 25 Oct 2001 22:43:46 +0000 (22:43 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 25 Oct 2001 22:43:46 +0000 (22:43 +0000)
commit2539cf5aadd5c7d6ceb6e8db36c98ed83ca62b48
treef739416fd490819f86fc025dd55a4d1597e2638a
parente674ca737dc65a14ef8b417d198727a744e8d84c
A fix for SF bug #472560, extra newlines returned by get_param() when
the separating semi-colon shows up on a continuation line (legal, but
weird).

Bug reported and fixed by Matthew Cowles.  Test case and sample email
included.
Lib/email/Message.py
Lib/test/data/msg_22.txt [new file with mode: 0644]
Lib/test/test_email.py