[issue1533] Bug in range() function for large values

Mark Dickinson report at bugs.python.org
Sat May 1 16:59:39 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

Decimal is behaving in exactly the same way as MyInt, isn't it? What do you get for range(MyInt(20), MyInt(20))?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1533>
_______________________________________


More information about the Python-bugs-list mailing list