Message201151
Out of interest, what's the reason for accepting the time.strptime() version as a bug, but not datetime.datetime.strptime()? Is it that time.strptime() is meant to be a simple parsing from string to tuple (with minimal checks), whereas datetime.datetime.strptime() should represent an actual point in time, therefore extra validation is expected to occur?
If so I'm happy to either close or add a small note to the docs (I don't mind which.) |
|
Date |
User |
Action |
Args |
2013-10-24 16:13:21 | Matthew.Earl | set | recipients:
+ Matthew.Earl, brett.cannon, belopolsky, pitrou, vstinner, Arfrever, swalker, docs@python, hynek, Martin.Morrison, pconnell |
2013-10-24 16:13:21 | Matthew.Earl | set | messageid: <1382631201.48.0.0410832374995.issue19376@psf.upfronthosting.co.za> |
2013-10-24 16:13:21 | Matthew.Earl | link | issue19376 messages |
2013-10-24 16:13:21 | Matthew.Earl | create | |
|