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 belopolsky
Recipients arigo, belopolsky, fniessink, loewis
Date 2008-03-08.01:25:40
SpamBayes Score 0.0048990324
Marked as misclassified No
Message-id <1204939542.6.0.671728993374.issue1617161@psf.upfronthosting.co.za>
In-reply-to
Content
> the change was meant to unify
> the behavior of built-in and
> user method objects

I don't think it achieved that.  Consider:

>>> [].index == [].index
False

but
>>> UserList().index == UserList().index         
True
History
Date User Action Args
2008-03-08 01:25:42belopolskysetspambayes_score: 0.00489903 -> 0.0048990324
recipients: + belopolsky, loewis, arigo, fniessink
2008-03-08 01:25:42belopolskysetspambayes_score: 0.00489903 -> 0.00489903
messageid: <1204939542.6.0.671728993374.issue1617161@psf.upfronthosting.co.za>
2008-03-08 01:25:41belopolskylinkissue1617161 messages
2008-03-08 01:25:41belopolskycreate