[issue12540] "Restart Shell" command leaves pythonw.exe processes running

2011-07-22 Thread Qiang Sun
Qiang Sun added the comment: I can reproduce this in 32-bit Windows XP Pro. SP3 -- nosy: +sunqiang ___ Python tracker <http://bugs.python.org/issue12540> ___ ___

[issue1524] os.system() fails for commands with multiple quoted file names

2008-07-23 Thread qiang
qiang <[EMAIL PROTECTED]> added the comment: in subprocess.py , change line 788: args = comspec + " /c " + args to: args = comspec + args it will be ok. -- nosy: +likes ___ Python tracker <[EMAIL PROTECTED]> &