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 hodgestar
Recipients hodgestar, jwilk
Date 2008-05-13.11:27:46
SpamBayes Score 0.013511548
Marked as misclassified No
Message-id <1210678077.79.0.472398354855.issue2844@psf.upfronthosting.co.za>
In-reply-to
Content
Some quick digging in the code on trunk has revealed that by the time
the base reaches PyInt_FromString in intobject.c, -909 has become 10.
Surrounding numbers seem to come through fine.
History
Date User Action Args
2008-05-13 11:27:59hodgestarsetspambayes_score: 0.0135115 -> 0.013511548
recipients: + hodgestar, jwilk
2008-05-13 11:27:59hodgestarsetspambayes_score: 0.0135115 -> 0.0135115
messageid: <1210678077.79.0.472398354855.issue2844@psf.upfronthosting.co.za>
2008-05-13 11:27:56hodgestarlinkissue2844 messages
2008-05-13 11:27:55hodgestarcreate