]> granicus.if.org Git - python/commit
Make sys.path and sys.argv into lists of strings.
authorGuido van Rossum <guido@python.org>
Fri, 15 Jun 2007 03:49:03 +0000 (03:49 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 15 Jun 2007 03:49:03 +0000 (03:49 +0000)
commit96ca6916b43cda557934707cabce222ecfa87064
treebcb8e349b7ee18db2b4ee1726ea0fa932a4615da
parentaa588c4699877fd812c59debee71aa704b8f6dd4
Make sys.path and sys.argv into lists of strings.
Remove the hack in test_popen.py to overcome this issue.
Lib/test/test_popen.py
Python/sysmodule.c