Amaury Forgeot d'Arc <[email protected]> added the comment:
OK, another try. Please replace the previous version with these 3 lines:
encoding = os.environ.get('HTTP_TRANSFER_ENCODING')
stdin = open(sys.stdin.fileno(), 'r', encoding=encoding)
opsform = cgi.FieldStorage(stdin)
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue4953>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com