This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author MHordecki
Recipients MHordecki, efosmark, milesck
Date 2009-09-14.16:49:23
SpamBayes Score 0.00010385231
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
It is because FieldStorage requires str, whereas wsgi.input gives bytes.

You can always wrap environ['wsgi.input'] in TextIOWrapper.
History
Date User Action Args
2009-09-14 16:49:26MHordeckisetrecipients: + MHordecki, efosmark, milesck
2009-09-14 16:49:24MHordeckisetmessageid: <[email protected]>
2009-09-14 16:49:23MHordeckilinkissue6234 messages
2009-09-14 16:49:23MHordeckicreate