]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Bug #1575169: operator.isSequenceType() now returns False for subclasses of dict.
authorRaymond Hettinger <python@rcn.com>
Wed, 7 Feb 2007 22:24:07 +0000 (22:24 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 7 Feb 2007 22:24:07 +0000 (22:24 +0000)
commit4da5bf644ab0aa836d29d076524c49cd9b6f3c03
tree26a725f7a7edb5a25eb1ddca722607d691115510
parent5a0217efeab4b6b2437a431e06d1c91f07548209
Bug #1575169: operator.isSequenceType() now returns False for subclasses of dict.
Lib/test/test_operator.py
Objects/abstract.c