[issue4953] cgi module cannot handle POST with multipart/form-data in 3.0
Peter Kleiweg
report at bugs.python.org
Sun Jan 2 23:43:32 CET 2011
Peter Kleiweg <pkleiweg at xs4all.nl> added the comment:
Using platform-dependant code seems iffy to me. The detach function on sys.stdin, sys,stdout and sys.stderr is there specifically to switch these streams from text mode to binary mode. See: http://docs.python.org/py3k/library/sys.html#sys.stdin
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4953>
_______________________________________
More information about the Python-bugs-list
mailing list