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 <1252946964.62.0.792304921656.issue6234@psf.upfronthosting.co.za>
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: <1252946964.62.0.792304921656.issue6234@psf.upfronthosting.co.za>
2009-09-14 16:49:23MHordeckilinkissue6234 messages
2009-09-14 16:49:23MHordeckicreate