Michal Hordecki <[email protected]> added the comment: It is because FieldStorage requires str, whereas wsgi.input gives bytes.
You can always wrap environ['wsgi.input'] in TextIOWrapper. ---------- nosy: +MHordecki _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue6234> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
