[issue1684] CGIHTTPServer does not chdir prior to executing the CGI script

Terry J. Reedy report at bugs.python.org
Tue Aug 3 22:37:32 CEST 2010


Terry J. Reedy <tjreedy at udel.edu> added the comment:

In the absence of the local docs claiming that cgiHTTPServer changes directory, this is a feature request that could only go into 3.2 or later. If I understand http.server.py, the successor does use subprocess, so G.P.Smith's suggestion in msg87067 might be implemented. However, it is not clear to me from the comments if the idea is accepted in principle or not.

----------
nosy: +tjreedy
stage:  -> unit test needed
type: behavior -> feature request
versions: +Python 3.2 -Python 2.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1684>
_______________________________________


More information about the Python-bugs-list mailing list