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 belopolsky, eli.bendersky, ezio.melotti, rpetrov, vstinner
Date 2011-01-15.18:23:12
SpamBayes Score 4.178079e-05
Marked as misclassified No
Message-id <1295115797.98.0.377581389683.issue8957@psf.upfronthosting.co.za>
In-reply-to
Content
Alexander,

1) Patch comments - thanks for those. Will have them fixed.
2) General strategy for implementing strptime. I must confess I don't fully understand the reason for doing what the _strptime module does. Standard C AFAIK has nothing of the sort - it only has strftime and strptime, both using a given format string. Neither tries to guess it from an actual formatted time! Does it exist just to circumvent platforms where strptime isn't implemented in C or is buggy? Can you please shed some light on this (or point me somewhere)?

With understanding of (2) I will be able to also logically reason about the next steps :-)
History
Date User Action Args
2011-01-15 18:23:18eli.benderskysetrecipients: + eli.bendersky, belopolsky, vstinner, ezio.melotti, rpetrov
2011-01-15 18:23:17eli.benderskysetmessageid: <1295115797.98.0.377581389683.issue8957@psf.upfronthosting.co.za>
2011-01-15 18:23:12eli.benderskylinkissue8957 messages
2011-01-15 18:23:12eli.benderskycreate