This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients amaury.forgeotdarc, belopolsky, benjamin.peterson, georg.brandl, gvanrossum, pitrou, rhettinger
Date 2008-04-25.22:04:14
SpamBayes Score 0.08353769
Marked as misclassified No
Message-id <1209161061.19.0.638923833019.issue2603@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-04-25 22:04:22belopolskysetspambayes_score: 0.0835377 -> 0.08353769
recipients: + belopolsky, gvanrossum, georg.brandl, rhettinger, amaury.forgeotdarc, pitrou, benjamin.peterson
2008-04-25 22:04:21belopolskysetspambayes_score: 0.0835377 -> 0.0835377
messageid: <1209161061.19.0.638923833019.issue2603@psf.upfronthosting.co.za>
2008-04-25 22:04:19belopolskylinkissue2603 messages
2008-04-25 22:04:18belopolskycreate