Message153393
| Author | ncoghlan |
|---|---|
| Recipients | eric.smith, francismb, ncoghlan, terry.reedy |
| Date | 2012-02-15.08:16:51 |
| SpamBayes Score | 0.0042563295 |
| Marked as misclassified | No |
| Message-id | <1329293812.27.0.857179044391.issue13579@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Agreed that this is a bug in string.Formatter rather than a new feature. There's already a separate bug for the autonumbering problem: http://bugs.python.org/issue13598 And I created a new issue about unifying some of the tests: http://bugs.python.org/issue14019 %-style string formatting is its own thing - it doesn't share semantics or code with str.format or string.Formatter. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-02-15 08:16:52 | ncoghlan | set | recipients: + ncoghlan, terry.reedy, eric.smith, francismb |
| 2012-02-15 08:16:52 | ncoghlan | set | messageid: <1329293812.27.0.857179044391.issue13579@psf.upfronthosting.co.za> |
| 2012-02-15 08:16:51 | ncoghlan | link | issue13579 messages |
| 2012-02-15 08:16:51 | ncoghlan | create | |