From 1e022689b71118d09815fb36173dccbb3bb33447 Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Sun, 29 Jun 2008 21:27:15 +0000 Subject: [PATCH] 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. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 69a9e381c2..54c481dadb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -107,6 +107,9 @@ Extension Modules 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 -- 2.40.0