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.07:20:49
SpamBayes Score 2.1534015e-05
Marked as misclassified No
Message-id <1295076054.4.0.0289597522539.issue8957@psf.upfronthosting.co.za>
In-reply-to
Content
I'm attaching a patch for Lib/_strptime.py that handles the month differently in __calc_date_time. It cycles all months, trying to find one where the full and abbrev names are different and matches it against the timestamp created by strftime. 

This solution is a hack, but so is the whole __calc_date_time function :-) [IMHO]

All tests pass and I also tried it manually with all the problematic locales reported by Alexander - seems to work correctly.

If this looks OK to you guys I can commit and backport.
History
Date User Action Args
2011-01-15 07:20:54eli.benderskysetrecipients: + eli.bendersky, belopolsky, vstinner, ezio.melotti, rpetrov
2011-01-15 07:20:54eli.benderskysetmessageid: <1295076054.4.0.0289597522539.issue8957@psf.upfronthosting.co.za>
2011-01-15 07:20:49eli.benderskylinkissue8957 messages
2011-01-15 07:20:49eli.benderskycreate