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

Éric Araujo report at bugs.python.org
Wed Jan 5 15:32:48 CET 2011


Éric Araujo <merwok at netwok.org> added the comment:

> I believe you are right that the io module does not support intermixing calls to the main object and its buffer attribute

I’ve learned in a recent discussion on web-sig that you can mix them, provided that you call stream.flush() before using stream.buffer.

----------

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


More information about the Python-bugs-list mailing list