Josh Rosenberg added the comment:

Similarly, type checking for int might be replaced with calling operator.index 
on the input and handling the TypeError; that way, anything that has declared 
itself logically int-like is handled without explicit type checking at all.

----------

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

Reply via email to