commit | 60b4df15d633626d9a4584e1f25d2ad4d23d1522 | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Mon Dec 27 11:18:52 2010 +0000 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Mon Dec 27 11:18:52 2010 +0000 |
tree | ef7fd1c1f19fffc30f9259d8b50867a4919c8709 | |
parent | ad4ccfdeb2e8300e58a31694e99ff3400ecc64f8 [diff] [blame] |
Issue #10774: test_logging now removes temp files created during tests.
diff --git a/Misc/NEWS b/Misc/NEWS index 4d86c94..3783db5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -55,6 +55,8 @@ Library ------- +- Issue #10774: test_logging now removes temp files created during tests. + - Issue #3243: Support iterable bodies in httplib. Patch Contributions by Xuanji Li and Chris AtLee.