[Python-checkins] r87514 - python/branches/py3k/Misc/NEWS

vinay.sajip python-checkins at python.org
Mon Dec 27 19:34:26 CET 2010


Author: vinay.sajip
Date: Mon Dec 27 19:34:25 2010
New Revision: 87514

Log:
Issue #10626: test_logging now preserves logger disabled states.

Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Mon Dec 27 19:34:25 2010
@@ -11,6 +11,10 @@
 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 @@
 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.
 


More information about the Python-checkins mailing list