Message81861
It's easy enough to implement. Although the 'all-or-nothing' aspect is a
little tough, I'll have to give it some thought.
Maybe the best way to do this is to first create a string.Formatter
subclass that implements it. I'll play with it and see what I come up with.
From the description, I'm presuming we'd want:
'{d}{s}{f}'.format(3, 'foo', 3.14)
to work. |
|
Date |
User |
Action |
Args |
2009-02-13 03:23:39 | eric.smith | set | recipients:
+ eric.smith, terry.reedy |
2009-02-13 03:23:39 | eric.smith | set | messageid: <1234495419.22.0.682828652923.issue5237@psf.upfronthosting.co.za> |
2009-02-13 03:23:38 | eric.smith | link | issue5237 messages |
2009-02-13 03:23:37 | eric.smith | create | |
|