Message 63971 - Python tracker
Message63971
| 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:33 | gregory.p.smith | set | spambayes_score: 0.0290317 -> 0.029031718 recipients: + gregory.p.smith, loewis, jafo, nbecker, owsla |
| 2008-03-18 19:26:33 | gregory.p.smith | set | spambayes_score: 0.0290317 -> 0.0290317 messageid: <1205868393.1.0.8062606591.issue1747858@psf.upfronthosting.co.za> |
| 2008-03-18 19:26:32 | gregory.p.smith | link | issue1747858 messages |
| 2008-03-18 19:26:31 | gregory.p.smith | create | |