[issue1235] CGIHTTPRequestHandler.run_cgi() does not run on Windows if sys.executable contains blanks

Derk Drukker report at bugs.python.org
Thu Oct 22 08:37:20 CEST 2009


Derk Drukker <derk.drukker at gmail.com> added the comment:

Salut,

Note that in py3k, CGIHTTPRequestHandler (Lib/http/server.py) already
switched to using subprocess.

AFAICT, you didn't actually change cmdline, and so the problem remains.

----------
nosy: +drukker
versions: +Python 3.1, Python 3.2

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


More information about the Python-bugs-list mailing list