Message76418
Subversion is formatting a string from a time (strftime), so a repeated
placeholder is OK.
You're trying to _parse_ a time from a string (strptime). If you're
telling it that 2 different parts of the string are the date, what
should it do? The Pythonic thing to do is raise an exception.
(I suppose an alternative would be to raise an exception only if they
give different results.) |
|
Date |
User |
Action |
Args |
2008-11-25 18:36:57 | mrabarnett | set | recipients:
+ mrabarnett, sil |
2008-11-25 18:36:57 | mrabarnett | set | messageid: <1227638217.3.0.946216266818.issue4430@psf.upfronthosting.co.za> |
2008-11-25 18:36:56 | mrabarnett | link | issue4430 messages |
2008-11-25 18:36:55 | mrabarnett | create | |
|