summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-10-08 22:56:43 (GMT)
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-10-08 22:56:43 (GMT)
commit776cb199bc2cead241b13b08827e225921252d2b (patch)
tree7d2ee6644d533bd68c3e9324a4bb57545a892778 /Misc
parent101591e9d52d3057bfafc01811ef215c3bf1745d (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 59ccb45..29b6ff1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.