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 corona10
Recipients corona10, kkangshawn
Date 2019-11-20.15:44:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574264692.59.0.548513931629.issue38863@roundup.psfhosted.org>
In-reply-to
Content
CGI programs are stored in a directory which must be configured in the web server. The path is typically SERVER_ROOT/cgi-bin, so the URL looks like
http://www.domain/cgi-bin/script

So IMHO, is_cgi's assumption is correct.
IMHO, this is not the wrong code.
History
Date User Action Args
2019-11-20 15:44:52corona10setrecipients: + corona10, kkangshawn
2019-11-20 15:44:52corona10setmessageid: <1574264692.59.0.548513931629.issue38863@roundup.psfhosted.org>
2019-11-20 15:44:52corona10linkissue38863 messages
2019-11-20 15:44:52corona10create