Message81869
I am net yet fluent in format method. I meant
":" where "#" appeared.
Anyway, I think you need the colon.
If from
print('{0:9}'.format(33))
you make the argument number implicit and remove the colon you'd get
print('{9}'.format(33))
which does and should raise IndexError. |
|
| Date |
User |
Action |
Args |
| 2009-02-13 03:56:16 | LambertDW | set | recipients:
+ LambertDW, terry.reedy, eric.smith |
| 2009-02-13 03:56:16 | LambertDW | set | messageid: <[email protected]> |
| 2009-02-13 03:56:15 | LambertDW | link | issue5237 messages |
| 2009-02-13 03:56:15 | LambertDW | create | |
|