diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-09-21 13:48:12 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-09-21 13:48:12 (GMT) |
commit | e418d760897cc6f6f4dedb364f80f3f52525ffa6 (patch) | |
tree | 884e771605575830654a6cd8bf9a0134f81406a1 /Misc/NEWS | |
parent | 0847db7c01cb07011d3ab7a4de43cc90417637af (diff) | |
download | cpython-e418d760897cc6f6f4dedb364f80f3f52525ffa6.zip cpython-e418d760897cc6f6f4dedb364f80f3f52525ffa6.tar.gz cpython-e418d760897cc6f6f4dedb364f80f3f52525ffa6.tar.bz2 |
#15304: fix wrong warning message in test.support.temp_cwd().
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -494,6 +494,9 @@ Extension Modules Tests ----- +- Issue #15304: Fix warning message when os.chdir() fails inside + test.support.temp_cwd(). Patch by Chris Jerdonek. + - Issue #15802: Fix test logic in TestMaildir.test_create_tmp. Patch by Serhiy Storchaka. |