]> granicus.if.org Git - python/commit
Don't quote the path to Python unless the path contains an embedded space.
authorTim Peters <tim.peters@gmail.com>
Fri, 7 Mar 2003 21:10:21 +0000 (21:10 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 7 Mar 2003 21:10:21 +0000 (21:10 +0000)
commit61cd0db3d2d3f78c85ba7c1ee52b5df63837a8ba
tree5cdde5fd789d50dfce5450dce6e96bb5b9c0eeee
parent669454e9dc4f8472b9239b4abdec1b7e111bb864
Don't quote the path to Python unless the path contains an embedded space.
Quoting the path doesn't work on Win2K (cmd.exe) regardless, this is just
a hack to let the test pass again on Win2K (so long as Python isn't
installed in a path that does contain an embedded space).  On Win2K it
looks like we'd also have to add a second pair of double quotes, around
the entire command line.
Lib/test/test_popen.py