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 hdima
Recipients hdima, pitrou, pje
Date 2008-12-23.11:14:54
SpamBayes Score 0.00051214854
Marked as misclassified No
Message-id <1230030900.39.0.287202892359.issue4718@psf.upfronthosting.co.za>
In-reply-to
Content
OK, I've attached PEP-333 compatible fixes for wsgiref. I think there is
only one problem remains:

- wsgiref expects io.BytesIO as input and output streams because of
http.server module. I didn't find any restrictions on data returned by
read() method of the "wsgi.input" stream in the PEP. Maybe I've missed
some details?
History
Date User Action Args
2008-12-23 11:15:00hdimasetrecipients: + hdima, pje, pitrou
2008-12-23 11:15:00hdimasetmessageid: <1230030900.39.0.287202892359.issue4718@psf.upfronthosting.co.za>
2008-12-23 11:14:58hdimalinkissue4718 messages
2008-12-23 11:14:57hdimacreate