]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16115: Add test for check that executable arg to Popen() takes precedence...
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Fri, 5 Oct 2012 19:52:15 +0000 (22:52 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Fri, 5 Oct 2012 19:52:15 +0000 (22:52 +0300)
commit1a53c0cbf5ee97f109875ad95bdb6530b7b3022f
tree4efa9bb7e4182be375b519da1fe5185fc424e5e6
parentb28e75d9d6383ad40c16b2835e65e878d814e239
Issue #16115: Add test for check that executable arg to Popen() takes precedence over args[0] arg\n                            \n                            Patch by Kushal Das
Lib/test/test_subprocess.py