diff options
author | Ned Deily <nad@acm.org> | 2013-08-03 01:05:31 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-08-03 01:05:31 (GMT) |
commit | 582583bc41523e13a295da9b8ea4dfe784b5071e (patch) | |
tree | 8f24bb3408bfaea9020fb2f0822ed2f4fb9c0b01 /Misc | |
parent | 95db2e7b8a0477ddf60902ca0aacdafbb265e5a5 (diff) | |
parent | e92dfbfec8db930c5960492c3d9470f3415e27a3 (diff) | |
download | cpython-582583bc41523e13a295da9b8ea4dfe784b5071e.zip cpython-582583bc41523e13a295da9b8ea4dfe784b5071e.tar.gz cpython-582583bc41523e13a295da9b8ea4dfe784b5071e.tar.bz2 |
Issue #17046: merge from 3.3
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -599,6 +599,8 @@ Library Tests ----- +- Issue #17046: Fix broken test_executable_without_cwd in test_subprocess. + - Issue #15415: Add new temp_dir() and change_cwd() context managers to test.support, and refactor temp_cwd() to use them. Patch by Chris Jerdonek. |