New submission from Felix Benner <[EMAIL PROTECTED]>:
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.
--
components: L
Felix Benner <[EMAIL PROTECTED]> added the comment:
The test uses StringIO. I don't understand the test enough to change
that. If I understand the WSGI spec correctly then it would be the test
that's wrong.
___
Python tracker <[EMAI