Martin v. Löwis added the comment:

Varun: what do you think that

py> x = [1.0, 2.0, 3.0]
py> x.count(3)
1

should give? I think most people will agree that there is one single "three" in 
the list, as 3 and 3.0 are equal in all other contexts as well (as is 3.0+0j). 
If types were considered, this would give 0.

----------
nosy: +loewis

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15850>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to