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: Library (Lib)
files: handlers.diff
keywords: patch
messages: 76879
nosy: tordmor
severity: normal
status: open
title: Module wsgiref is not python3000 ready (unicode issues)
versions: Python 3.0
Added file: http://bugs.python.org/file12216/handlers.diff

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4522>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to