]> granicus.if.org Git - python/commit
fix comment typos, use not arg instead of arg == "", add test coverage
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 19 Jan 2008 20:49:02 +0000 (20:49 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 19 Jan 2008 20:49:02 +0000 (20:49 +0000)
commite047e6dd092a7d8f512914de78a8193ba6c518c4
treedb88c86809561678464c25a758c38bf4fc3d36fa
parent060e6855a802a9e9bf2e6905342f704f64a3a26d
fix comment typos, use not arg instead of arg == "", add test coverage
for inside of the final if needquotes: within subprocess.list2cmdline().
Lib/subprocess.py
Lib/test/test_subprocess.py