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 69a9e38..54c481d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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