]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix issue 1300: Quote command line arguments that contain a '|' character in
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 19 Jan 2008 22:49:37 +0000 (22:49 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 19 Jan 2008 22:49:37 +0000 (22:49 +0000)
commit70eb2f91b45e126ca8219d965b1d14968b0405cc
tree72ef3cbac75909f93ab5f195488e1b9b7dd6483a
parent92ffc634e48268d357f6bde2ed1b7ac26bfb2631
Fix issue 1300: Quote command line arguments that contain a '|' character in
subprocess.list2cmdline (windows).
Lib/subprocess.py
Lib/test/test_subprocess.py