summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2010-12-27 18:34:25 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2010-12-27 18:34:25 (GMT)
commit67981ec5362595a51f6053efaad5ab426cc64d07 (patch)
tree2ef4f7c1c52d22cf29c6b8f8a3dbdb46d71d7c2c /Misc
parent7b60f4e9499c69e92a8eae7b3429290901466bf3 (diff)
downloadcpython-67981ec5362595a51f6053efaad5ab426cc64d07.zip
cpython-67981ec5362595a51f6053efaad5ab426cc64d07.tar.gz
cpython-67981ec5362595a51f6053efaad5ab426cc64d07.tar.bz2
Issue #10626: test_logging now preserves logger disabled states.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3783db5..6c7cb46 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -11,6 +11,10 @@ Core and Builtins
Library
-------
+- Issue #10626: test_logging now preserves logger disabled states.
+
+- Issue #10774: test_logging now removes temp files created during tests.
+
- Issue #5258/#10642: if site.py encounters a .pth file that generates an error,
it now prints the filename, line number, and traceback to stderr and skips
the rest of that individual file, instead of stopping processing entirely.
@@ -55,8 +59,6 @@ Core and Builtins
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.