summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-10-08 23:01:00 (GMT)
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-10-08 23:01:00 (GMT)
commit68a11fc337cb371ee27150fb9f311fda04edccca (patch)
treea9c470e9bfc3f1a5527c87b1f4f733588e5b5366 /Misc/NEWS
parent4907b0a2e01908a83c5e5feeadbf4b77982ae198 (diff)
parent776cb199bc2cead241b13b08827e225921252d2b (diff)
downloadcpython-68a11fc337cb371ee27150fb9f311fda04edccca.zip
cpython-68a11fc337cb371ee27150fb9f311fda04edccca.tar.gz
cpython-68a11fc337cb371ee27150fb9f311fda04edccca.tar.bz2
Issue #16115: Merge test improvements from 3.3.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b44f1ae..ff6abb1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -129,6 +129,9 @@ Extension Modules
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.