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 tordmor
Recipients tordmor
Date 2008-12-04.11:18:19
SpamBayes Score 0.037443765
Marked as misclassified No
Message-id <1228389502.32.0.635218386971.issue4522@psf.upfronthosting.co.za>
In-reply-to
Content
wsgiref.handlers.py tries to send strings where bytes is necessary in
accordance with PEP333 the attached patch encodes everything with
ISO-8859-1.

Additionally the patch from Issue 3348 has to be applied.
History
Date User Action Args
2008-12-04 11:18:22tordmorsetrecipients: + tordmor
2008-12-04 11:18:22tordmorsetmessageid: <1228389502.32.0.635218386971.issue4522@psf.upfronthosting.co.za>
2008-12-04 11:18:21tordmorlinkissue4522 messages
2008-12-04 11:18:20tordmorcreate