This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wobsta
Recipients wobsta
Date 2010-05-28.20:54:34
SpamBayes Score 0.047567304
Marked as misclassified No
Message-id <1275080080.41.0.761400748474.issue8846@psf.upfronthosting.co.za>
In-reply-to
Content
There are serious bugs in carriage return and newline handling at the end of a multipart cgi input. The enclosed patch extends the test_cgi.py (and actually reverts two wrong tests to what they had been for python2.x). Additionally, the bugs are fixed by two small corrections to cgi.py and email/feedparser.py. Thanks for consideration.
History
Date User Action Args
2010-05-28 20:54:41wobstasetrecipients: + wobsta
2010-05-28 20:54:40wobstasetmessageid: <1275080080.41.0.761400748474.issue8846@psf.upfronthosting.co.za>
2010-05-28 20:54:36wobstalinkissue8846 messages
2010-05-28 20:54:35wobstacreate