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

Timothy Farrell report at bugs.python.org
Tue Aug 18 20:58:23 CEST 2009


Timothy Farrell <tfarrell at swgen.com> added the comment:

I thought I'd take a crack at this today.  I soon figured out the real
issue.  It is the email.parser module that handles the decoding of
Multipart/form-data things...and it is also still quote broken w.r.t.
handling Bytes.  So this issue is dependent on
http://bugs.python.org/issue4661 before it can be fixed.

----------

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


More information about the Python-bugs-list mailing list