Message95310
| Author | eric.smith |
|---|---|
| Recipients | eric.smith, mark.dickinson |
| Date | 2009-11-15.21:35:47 |
| SpamBayes Score | 2.4243916e-06 |
| Marked as misclassified | No |
| Message-id | <1258320948.64.0.12524760293.issue7330@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
It looks like PyUnicode_FromFormatV is computing callcount incorrectly. It's looking for 'S', 'R', or 'A' immediately following '%', before the width. It seems to me it should be treating them the same as 's', although I'll admit to not having looked at it close enough to know exactly what's going on. The whole routine could use some attention, I think. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-11-15 21:35:48 | eric.smith | set | recipients: + eric.smith, mark.dickinson |
| 2009-11-15 21:35:48 | eric.smith | set | messageid: <1258320948.64.0.12524760293.issue7330@psf.upfronthosting.co.za> |
| 2009-11-15 21:35:47 | eric.smith | link | issue7330 messages |
| 2009-11-15 21:35:47 | eric.smith | create | |