diff options
author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-08 22:56:43 (GMT) |
---|---|---|
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-08 22:56:43 (GMT) |
commit | 776cb199bc2cead241b13b08827e225921252d2b (patch) | |
tree | 7d2ee6644d533bd68c3e9324a4bb57545a892778 /Misc | |
parent | 101591e9d52d3057bfafc01811ef215c3bf1745d (diff) | |
download | cpython-776cb199bc2cead241b13b08827e225921252d2b.zip cpython-776cb199bc2cead241b13b08827e225921252d2b.tar.gz cpython-776cb199bc2cead241b13b08827e225921252d2b.tar.bz2 |
Issue #16115: Improve testing of the executable argument to subprocess.Popen().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -100,6 +100,9 @@ Library Tests ----- +- Issue #16115: Add some tests for the executable argument to + subprocess.Popen(). Initial patch by Kushal Das. + - Issue #15304: Fix warning message when `os.chdir()` fails inside `test.support.temp_cwd()`. Patch by Chris Jerdonek. |