fix comment typos, use not arg instead of arg == "", add test coverage
commit378c2a03c79b85d7eb95b26966edcab04b78b8ff
authorgregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 19 Jan 2008 20:49:02 +0000 (19 20:49 +0000)
committergregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 19 Jan 2008 20:49:02 +0000 (19 20:49 +0000)
tree5b831a467bd43784dd97dcba59bd97837e9d8fe4
parentefd3f32c27d24655bff1f29cfbc73c882cf4b858
fix comment typos, use not arg instead of arg == "", add test coverage
for inside of the final if needquotes: within subprocess.list2cmdline().

git-svn-id: http://svn.python.org/projects/python/trunk@60102 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/subprocess.py
Lib/test/test_subprocess.py