]> granicus.if.org Git - python/commit
sys.executable can contain spaces, cater for this when passing it to
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 24 Feb 2003 15:26:39 +0000 (15:26 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 24 Feb 2003 15:26:39 +0000 (15:26 +0000)
commit0c44c0477bf1e6e00c15f6d316e293e56d057e40
tree615cc3034ff6598b7537a5b7ed60661ab5c05d0e
parent9ce623fce5707c9c2c9c4716d719e4178a08f80b
sys.executable can contain spaces, cater for this when passing it to
os.popen(). Fixes #692222.
Lib/test/test_atexit.py
Lib/test/test_popen.py