This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eli.bendersky
Recipients Alexander.Belopolsky, belopolsky, eli.bendersky, ezio.melotti, rpetrov, vstinner
Date 2011-01-16.05:28:45
SpamBayes Score 0.009076219
Marked as misclassified No
Message-id <1295155728.37.0.715845652881.issue8957@psf.upfronthosting.co.za>
In-reply-to
Content
Alexander, but still - this isn't just an implementation of strptime. strptime, AFAIU strptime gets the format string as a parameter and uses it to parse a date string into a "tm" struct. So why do we need to parse a date string *without* a format string in Python, resorting to heuristics and pseudo-AI instead?
History
Date User Action Args
2011-01-16 05:28:48eli.benderskysetrecipients: + eli.bendersky, belopolsky, vstinner, ezio.melotti, rpetrov, Alexander.Belopolsky
2011-01-16 05:28:48eli.benderskysetmessageid: <1295155728.37.0.715845652881.issue8957@psf.upfronthosting.co.za>
2011-01-16 05:28:45eli.benderskylinkissue8957 messages
2011-01-16 05:28:45eli.benderskycreate