This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author arigo
Recipients
Date 2006-11-23.12:11:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Line 20 in demo.py:

    assert "__getitem__" in dir(x)

looks strange to me...  Foo doesn't inherit from
any sequence or mapping type.
History
Date User Action Args
2007-08-23 15:55:16adminlinkissue1591665 messages
2007-08-23 15:55:16admincreate