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 eric.araujo
Recipients eric.araujo, techtonik
Date 2010-06-16.12:14:40
SpamBayes Score 0.14493625
Marked as misclassified No
Message-id <1276690482.26.0.834719924857.issue9008@psf.upfronthosting.co.za>
In-reply-to
Content
I suspect this bug will sit here languishing without action, for various reasons:

1) From other doc discussion, I assume you won’t be able to propose a patch.

2) There is no dedicated maintainer for http or cgi.

3) CGI is a low-level, archaic, inefficient interface.

4) The cgi server has grave bugs like this one (from the doc):
“CGI scripts run by the CGIHTTPRequestHandler class cannot execute redirects (HTTP code 302), because code 200 (script output follows) is sent prior to execution of the CGI script.”
History
Date User Action Args
2010-06-16 12:14:42eric.araujosetrecipients: + eric.araujo, techtonik
2010-06-16 12:14:42eric.araujosetmessageid: <1276690482.26.0.834719924857.issue9008@psf.upfronthosting.co.za>
2010-06-16 12:14:40eric.araujolinkissue9008 messages
2010-06-16 12:14:40eric.araujocreate