Michal Hordecki <mhorde...@gmail.com> 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 <rep...@bugs.python.org>
<http://bugs.python.org/issue6234>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to