Message 94969 - Python tracker
Message94969
| Author | eric.smith |
|---|---|
| Recipients | doerwalter, eric.smith |
| Date | 2009-11-06.14:09:20 |
| SpamBayes Score | 0.0050597563 |
| Marked as misclassified | No |
| Message-id | <1257516562.75.0.0667917660584.issue7267@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This is a bug in the way ints and longs are formatted. They always do the formatting as str, then convert to unicode. This works everywhere except with the 'c' presentation type. I'm still trying to decide how best to handle this. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-11-06 14:09:22 | eric.smith | set | recipients: + eric.smith, doerwalter |
| 2009-11-06 14:09:22 | eric.smith | set | messageid: <1257516562.75.0.0667917660584.issue7267@psf.upfronthosting.co.za> |
| 2009-11-06 14:09:20 | eric.smith | link | issue7267 messages |
| 2009-11-06 14:09:20 | eric.smith | create | |