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 gregory.p.smith
Recipients arigo, gregory.p.smith, gvanrossum, jcea, tlesher
Date 2008-03-17.20:25:17
SpamBayes Score 0.006777655
Marked as misclassified No
Message-id <1205785518.07.0.715620084093.issue1202@psf.upfronthosting.co.za>
In-reply-to
Content
fixed.

3.0 always returns unsigned.
2.6 always returns signed, 2**31...2**31-1 come back as negative integers.

trunk r61449
branches/py3k r61459
History
Date User Action Args
2008-03-17 20:25:18gregory.p.smithsetspambayes_score: 0.00677765 -> 0.006777655
recipients: + gregory.p.smith, gvanrossum, arigo, jcea, tlesher
2008-03-17 20:25:18gregory.p.smithsetspambayes_score: 0.00677765 -> 0.00677765
messageid: <1205785518.07.0.715620084093.issue1202@psf.upfronthosting.co.za>
2008-03-17 20:25:17gregory.p.smithlinkissue1202 messages
2008-03-17 20:25:17gregory.p.smithcreate