Bug #1575169: operator.isSequenceType() now returns False for subclasses of dict.
diff --git a/Misc/NEWS b/Misc/NEWS
index e628f44..a24ec26 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -103,6 +103,8 @@
 Extension Modules
 -----------------
 
+- Bug #1575169: operator.isSequenceType() now returns False for subclasses of dict.
+
 - collections.defaultdict() now verifies that the factory function is callable.
 
 - Bug #1486663: don't reject keyword arguments for subclasses of builtin