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-04-21.16:41:06
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=4771

I've just been bitten by this problem.  It's an arguably
reasonable use case about why instance methods should
work like immutable containers (they are immutable,
after all) in the sense that equality should be
structural.

If nobody object I will check in a fix that makes
instance methods and built-in instance methods compare
their 'self' recursively.
History
Date User Action Args
2007-08-23 14:36:03adminlinkissue1350060 messages
2007-08-23 14:36:03admincreate