]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #10626: test_logging now preserves logger disabled states.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Mon, 27 Dec 2010 18:34:25 +0000 (18:34 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Mon, 27 Dec 2010 18:34:25 +0000 (18:34 +0000)
Misc/NEWS

index 3783db594f3f3382a1e3ec1a941f6210b518b14a..6c7cb466bb27c44f23b0e9e9ce6253c48f0a068a 100644 (file)
--- 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.