Mark Dickinson added the comment:

One comment here: it's not the presence of `__int__` that makes a type 
integer-like; it's the presence of `__index__`. (Decimal and float both supply 
`__int__`, but shouldn't be regarded as integer-like, for example.) I'm 
guessing that we're going to have the same issues with `__index__` in place of 
`__int__`, though.

----------

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

Reply via email to