[issue4953] cgi module cannot handle POST with multipart/form-data in 3.0

R. David Murray report at bugs.python.org
Wed Jan 5 04:38:38 CET 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

Here is a modified version of the unittest file from unittest.zip that can be run against Pierre's code (it feeds FieldStorage a text stream with a buffer).  Running the tests require the data files from the zip.

They do not pass, in a very different way from the test_cgi failures.

----------
Added file: http://bugs.python.org/file20270/cgitest-python3.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4953>
_______________________________________


More information about the Python-bugs-list mailing list