diff options
author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-08 23:01:00 (GMT) |
---|---|---|
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-08 23:01:00 (GMT) |
commit | 68a11fc337cb371ee27150fb9f311fda04edccca (patch) | |
tree | a9c470e9bfc3f1a5527c87b1f4f733588e5b5366 /Misc/NEWS | |
parent | 4907b0a2e01908a83c5e5feeadbf4b77982ae198 (diff) | |
parent | 776cb199bc2cead241b13b08827e225921252d2b (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |