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

R. David Murray report at bugs.python.org
Mon Jan 10 22:11:51 CET 2011


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

I don't have time to review the patch or even respond in detail to the comments right now, but I do want to respond about BytesFeedParser.  It is true that there is currently no interface to get the raw-bytes version of the header back out of the Message object, even though it still has it when constructed via BytesFeedParser.  This is an API oversight that needs to be rectified.

----------

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


More information about the Python-bugs-list mailing list