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 gregory.p.smith, jafo, loewis, nbecker, owsla
Date 2008-03-18.19:26:31
SpamBayes Score 0.029031718
Marked as misclassified No
Message-id <1205868393.1.0.8062606591.issue1747858@psf.upfronthosting.co.za>
In-reply-to
Content
backported to 2.5 in r61542 and r61544.

it'll go into py3k via the regular merges from trunk.

The fix just changed the int -> long and 'ii' -> 'll' and added unit
test coverage.

The patch attached to this bug was rejected as too complex:  If
conditional treatment of the types is ever needed it should be done at
build time via autoconf and not at runtime.
History
Date User Action Args
2008-03-18 19:26:33gregory.p.smithsetspambayes_score: 0.0290317 -> 0.029031718
recipients: + gregory.p.smith, loewis, jafo, nbecker, owsla
2008-03-18 19:26:33gregory.p.smithsetspambayes_score: 0.0290317 -> 0.0290317
messageid: <1205868393.1.0.8062606591.issue1747858@psf.upfronthosting.co.za>
2008-03-18 19:26:32gregory.p.smithlinkissue1747858 messages
2008-03-18 19:26:31gregory.p.smithcreate