From: Vinay Sajip Date: Sun, 29 Jun 2008 21:27:15 +0000 (+0000) Subject: Updated to reflect change in logging.config to remove out-of-date comment in _install... X-Git-Tag: v2.6b2~143 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1e022689b71118d09815fb36173dccbb3bb33447;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Misc/NEWS b/Misc/NEWS index 69a9e381c29b..54c481dadb77 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