commit | 776cb199bc2cead241b13b08827e225921252d2b | [log] [tgz] |
---|---|---|
author | Chris Jerdonek <chris.jerdonek@gmail.com> | Mon Oct 08 15:56:43 2012 -0700 |
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | Mon Oct 08 15:56:43 2012 -0700 |
tree | 7d2ee6644d533bd68c3e9324a4bb57545a892778 | |
parent | 101591e9d52d3057bfafc01811ef215c3bf1745d [diff] [blame] |
Issue #16115: Improve testing of the executable argument to subprocess.Popen().
diff --git a/Misc/NEWS b/Misc/NEWS index 59ccb45..29b6ff1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -100,6 +100,9 @@ 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.