[issue18013] cgi.FieldStorage does not parse W3C sample

Florent Xicluna report at bugs.python.org
Sun May 19 20:33:29 CEST 2013


Florent Xicluna added the comment:

At first glance it seems related to rev d864328a74e4 , issue 4953

The check on self.bytes_read >= self.length returns True because length == -1.

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list