Message99553
On a related note, this doesn't work either:
>>> "{-1}".format("x", "y", "z")
Traceback (most recent call last):
File "<pyshell#3>", line 1, in <module>
"{-1}".format("x", "y", "z")
KeyError: '-1'
It could return "z".
It also rejects a leading '+', but that would be optional anyway. |
|
Date |
User |
Action |
Args |
2010-02-19 01:43:31 | mrabarnett | set | recipients:
+ mrabarnett, eric.smith |
2010-02-19 01:43:31 | mrabarnett | set | messageid: <1266543811.72.0.924811821188.issue7951@psf.upfronthosting.co.za> |
2010-02-19 01:43:30 | mrabarnett | link | issue7951 messages |
2010-02-19 01:43:30 | mrabarnett | create | |
|