Message201114
I don't think that the issue can be called a bug. If we pick another year (ex: 1904), you cannot compare two datetimes anymore:
"This solution has some very undesirable properties - namely that Mar 1st is now less than Feb 29th!"
http://bugs.python.org/issue14157#msg160637
If you want to handle "Feb 29", add an explicit year.
This issue is maybe a documentation issue: datetime.datetime.strptime() should warn users that calling datetime.datetime.strptime() without year may fail for Feb 29. |
|
Date |
User |
Action |
Args |
2013-10-24 11:21:49 | vstinner | set | recipients:
+ vstinner, belopolsky, pitrou, Arfrever, swalker, hynek, Martin.Morrison, pconnell, Matthew.Earl |
2013-10-24 11:21:49 | vstinner | set | messageid: <1382613709.68.0.35310137388.issue19376@psf.upfronthosting.co.za> |
2013-10-24 11:21:49 | vstinner | link | issue19376 messages |
2013-10-24 11:21:49 | vstinner | create | |
|