diff options
author | Ned Deily <nad@acm.org> | 2013-08-03 01:02:21 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-08-03 01:02:21 (GMT) |
commit | e92dfbfec8db930c5960492c3d9470f3415e27a3 (patch) | |
tree | 8808fddfed5ca46526eaa4b2066e383f98b07f53 /Misc | |
parent | 6ddd2653ab28516abe04fd953a26c69429eb70b2 (diff) | |
download | cpython-e92dfbfec8db930c5960492c3d9470f3415e27a3.zip cpython-e92dfbfec8db930c5960492c3d9470f3415e27a3.tar.gz cpython-e92dfbfec8db930c5960492c3d9470f3415e27a3.tar.bz2 |
Issue #17046: Fix test_subprocess test_executable_without_cwd broken test case.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -230,6 +230,8 @@ IDLE 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. |