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.

classification
Title: CGIHTTPServer supports only Python CGI scripts
Type: behavior Stage: needs patch
Components: Documentation Versions: Python 3.1, Python 3.2, Python 2.7, Python 2.6
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, techtonik
Priority: low Keywords:

Created on 2010-06-16 10:12 by techtonik, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg107911 - (view) Author: anatoly techtonik (techtonik) Date: 2010-06-16 10:12
CGIHTTPServer only supports Python CGI scripts. That should be reflected in documentation.
msg111023 - (view) Author: anatoly techtonik (techtonik) Date: 2010-07-21 09:13
It was actual only for old Mac versions without popen2/popen3 calls. popenX calls were replaced with subprocess which should be available on MacOS.
History
Date User Action Args
2022-04-11 14:57:02adminsetgithub: 53253
2010-07-21 09:13:02techtoniksetstatus: open -> closed

messages: + msg111023
2010-06-16 13:13:35brian.curtinsetpriority: normal -> low
stage: needs patch
type: behavior
versions: - Python 3.3
2010-06-16 10:12:42techtoniksettitle: CGIHTTPServer -> CGIHTTPServer supports only Python CGI scripts
2010-06-16 10:12:20techtonikcreate