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 Juarez.Bochi
Recipients Juarez.Bochi, ajaksu2, alanvgreen, amaury.forgeotdarc, belopolsky, guettli, josh-sf, mark.dickinson, sonderblade, tiktuk
Date 2012-07-20.09:09:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342775354.52.0.842185673575.issue1100942@psf.upfronthosting.co.za>
In-reply-to
Content
I've updated my patch with the tests for datetime.time.strptime that were missing and also its pure Python implementation.

The previous diff also had some issues that I've fixed now: duplicated datetime.strptime method definition in c and the pure python docstring state that date.strpdate was a method and not a constructor.
History
Date User Action Args
2012-07-20 09:09:14Juarez.Bochisetrecipients: + Juarez.Bochi, guettli, amaury.forgeotdarc, mark.dickinson, belopolsky, sonderblade, alanvgreen, ajaksu2, josh-sf, tiktuk
2012-07-20 09:09:14Juarez.Bochisetmessageid: <1342775354.52.0.842185673575.issue1100942@psf.upfronthosting.co.za>
2012-07-20 09:09:13Juarez.Bochilinkissue1100942 messages
2012-07-20 09:09:13Juarez.Bochicreate