New submission from Andre Wobst <wob...@users.sourceforge.net>: 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.
---------- components: Library (Lib) files: fix-cgi.patch keywords: patch messages: 106691 nosy: wobsta priority: normal severity: normal status: open title: cgi.py bug report + fix: tailing carriage return and newline characters in multipart cgi input broken versions: Python 3.3 Added file: http://bugs.python.org/file17487/fix-cgi.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8846> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com