Message143401
> ERROR no seconds in input string: minute=3, second=4
If you specificy "%S" in the format string, strptime() *requires* seconds. If seconds are optional in your format, you should call strptime() twice: first without '%S', then with '%S' if the first failed.
I don't consider your examples as bugs. |
|
Date |
User |
Action |
Args |
2011-09-02 14:50:24 | vstinner | set | recipients:
+ vstinner, heidar.rafn |
2011-09-02 14:50:24 | vstinner | set | messageid: <1314975024.26.0.793023160684.issue12886@psf.upfronthosting.co.za> |
2011-09-02 14:50:23 | vstinner | link | issue12886 messages |
2011-09-02 14:50:23 | vstinner | create | |
|