[Python-checkins] r64593 - python/trunk/Misc/NEWS

vinay.sajip python-checkins at python.org
Sun Jun 29 23:27:16 CEST 2008


Author: vinay.sajip
Date: Sun Jun 29 23:27:15 2008
New Revision: 64593

Log:
Updated to reflect change in logging.config to remove out-of-date comment in _install_handlers and the use of issubclass in place of equality comparison of classes.

Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Sun Jun 29 23:27:15 2008
@@ -107,6 +107,9 @@
 Library
 -------
 
+- logging.config: Removed out-of-date comment in _install_handlers and
+  used issubclass in place of equality comparison of classes.
+
 - Issue #2722: Now the os.getcwd() supports very long path names.
 
 - Issue #2888: Fixed the behaviour of pprint when working with nested


More information about the Python-checkins mailing list