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 belopolsky, hodgestar, jwilk
Date 2008-05-13.15:57:05
SpamBayes Score 0.19227496
Marked as misclassified No
Message-id <1210694236.27.0.239903450744.issue2844@psf.upfronthosting.co.za>
In-reply-to
Content
The same issue is present in long_new:

>>> long('42', -909)
42L

I don't see why any magic value is needed, 10 would do the trick.
History
Date User Action Args
2008-05-13 15:57:17belopolskysetspambayes_score: 0.192275 -> 0.19227496
recipients: + belopolsky, jwilk, hodgestar
2008-05-13 15:57:16belopolskysetspambayes_score: 0.192275 -> 0.192275
messageid: <1210694236.27.0.239903450744.issue2844@psf.upfronthosting.co.za>
2008-05-13 15:57:14belopolskylinkissue2844 messages
2008-05-13 15:57:13belopolskycreate