Alexander Belopolsky added the comment:

> 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

----------
nosy: +belopolsky

_____________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1617161>
_____________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to