And Clover <a...@doxdesk.com> added the comment:

Yes, CGIHandler is broken in 3.0-3.1; wsgiref in general has been in limbo 
until the whole issue of py3k-WSGI is sorted. This seems to be happening now in 
PEP 3333.

Attached patch to make CGIHandler use the byte interfaces for stdin/stdout, 
which allows the write calls to work and provides byte streams to the WSGI 
application as required by PEP 3333.

----------
keywords: +patch
nosy: +aclover
Added file: http://bugs.python.org/file19299/issue9022.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9022>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to