Message101265
I have created a small patch, that adds method that formats using a dict. It's the first time I have written anything in python implementation, so I would very appreciate any advice. Change allows the following:
>>> m = Mapping(a='b')
>>> '{a} {c}'.format_using_mapping(m)
'b c'
>>> |
|
| Date |
User |
Action |
Args |
| 2010-03-18 16:17:06 | gruszczy | set | recipients:
+ gruszczy, rhettinger, eric.smith, ezio.melotti, ebehar |
| 2010-03-18 16:17:06 | gruszczy | set | messageid: <[email protected]> |
| 2010-03-18 16:17:02 | gruszczy | link | issue6081 messages |
| 2010-03-18 16:17:02 | gruszczy | create | |
|