Message129931
| Author | ysj.ray |
|---|---|
| Recipients | amaury.forgeotdarc, vstinner, ysj.ray |
| Date | 2011-03-03.03:51:16 |
| SpamBayes Score | 0.00060417433 |
| Marked as misclassified | No |
| Message-id | <1299124278.27.0.0205301014476.issue10829@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Hi, haypo, would you mind modify your newly added parse_format_flags() function so that it can diff the precision value of '%.0s' and '%s'(Currently both of them return precision as 0)? Because if used with string formatters(%s, %R, %S, %A, ...), they should be very different. And so I can work on issue7330 with it. Just return precision as -1 to indicate no precision is designated could work. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-03-03 03:51:18 | ysj.ray | set | recipients: + ysj.ray, amaury.forgeotdarc, vstinner |
| 2011-03-03 03:51:18 | ysj.ray | set | messageid: <1299124278.27.0.0205301014476.issue10829@psf.upfronthosting.co.za> |
| 2011-03-03 03:51:17 | ysj.ray | link | issue10829 messages |
| 2011-03-03 03:51:16 | ysj.ray | create | |