Message81935
Answering first question msg81873.
Without colon separator, this might be considered confusing:
>>> (
... '{d}{s}{f}{f}'.format(3, 'foo', 3.14, 2.72),
... '{d}{s}{f}{f}'.format(d=3, s='foo', f=3.14)
... )
('3foo3.1400002.720000', '3foo3.143.14') |
|
Date |
User |
Action |
Args |
2009-02-13 14:39:08 | LambertDW | set | recipients:
+ LambertDW, terry.reedy, mark.dickinson, pitrou, eric.smith, ezio.melotti |
2009-02-13 14:39:08 | LambertDW | set | messageid: <1234535948.04.0.206574065216.issue5237@psf.upfronthosting.co.za> |
2009-02-13 14:39:06 | LambertDW | link | issue5237 messages |
2009-02-13 14:39:06 | LambertDW | create | |
|