Alexander Belopolsky <[EMAIL PROTECTED]> added the comment:

It looks like e-mail processor eats '>>>' examples.  My examples were

>>> range(2**100) == range(2**100+1)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
OverflowError: Python int too large to convert to C ssize_t

and

>>> range(2**100) == range(2**100)
True

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

Reply via email to