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 aclover
Recipients aclover, toxicdav3
Date 2010-10-20.15:44:48
SpamBayes Score 9.9731764e-08
Marked as misclassified No
Message-id <1287589490.67.0.228630875274.issue9022@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-10-20 15:44:50acloversetrecipients: + aclover, toxicdav3
2010-10-20 15:44:50acloversetmessageid: <1287589490.67.0.228630875274.issue9022@psf.upfronthosting.co.za>
2010-10-20 15:44:49acloverlinkissue9022 messages
2010-10-20 15:44:49aclovercreate