commit | 127ef44c7b56b726abcdddda28c88996b66076c0 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed Feb 07 22:12:01 2007 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed Feb 07 22:12:01 2007 +0000 |
tree | 4b98d9cd4cc4c16c4bb900ec665e53ae840daffe | |
parent | 113776c41134bd499efe2b404e25446b31b5c48d [diff] [blame] |
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