summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2008-09-09 13:42:08 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2008-09-09 13:42:08 (GMT)
commit844f741039ada0cc0658beae40c2769c9c2cb5d5 (patch)
tree941b43394d4d39c2e5e58a6ce9615b50473edca1 /Misc
parentd3ffb8974f85618dfbaacf2d10a32dc0e96f2f3d (diff)
downloadcpython-844f741039ada0cc0658beae40c2769c9c2cb5d5.zip
cpython-844f741039ada0cc0658beae40c2769c9c2cb5d5.tar.gz
cpython-844f741039ada0cc0658beae40c2769c9c2cb5d5.tar.bz2
Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6624521..1fca795 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -65,6 +65,8 @@ C-API
Library
-------
+- Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging.
+
- Issue 3781: Clean up the API for warnings.catch_warnings() by having it
return a list or None rather than a custom object.
@@ -138,7 +140,7 @@ Build
- Allow passing the MSI file name to merge.py.
-- Issue #3758: Rename the 'check' target to 'patchcheck' so as to not clash
+- Issue #3758: Rename the 'check' target to 'patchcheck' so as to not clash
with GNU build target guidelines.