Message 81865 - Python tracker
Message81865
| Author | LambertDW |
|---|---|
| Recipients | LambertDW, eric.smith, terry.reedy |
| Date | 2009-02-13.03:31:54 |
| SpamBayes Score | 0.054177634 |
| Marked as misclassified | No |
| Message-id | <1234495919.2.0.953429579838.issue5237@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
'{d}{s}{f}'.format(3, 'foo', 3.14)
is possibly unclear,
but is shorter than
'{#d}{#s}{#f}'.format(...) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-02-13 03:31:59 | LambertDW | set | recipients: + LambertDW, terry.reedy, eric.smith |
| 2009-02-13 03:31:59 | LambertDW | set | messageid: <1234495919.2.0.953429579838.issue5237@psf.upfronthosting.co.za> |
| 2009-02-13 03:31:55 | LambertDW | link | issue5237 messages |
| 2009-02-13 03:31:55 | LambertDW | create | |