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-19.22:00:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342735223.68.0.747598067772.issue1100942@psf.upfronthosting.co.za>
In-reply-to
Content
I have updated the patches since they were not applying cleanly and included a pure Python implementation that was missing.

It has the same issues that were mentioned on msg107402.

Do you have any suggestions? I'm planning to block the formats that are not allowed and raise Exceptions like suggested before:

>>> date.strptime('01', '%M')
...
"'%M' is not valid in date format specification."
History
Date User Action Args
2012-07-19 22:00:23Juarez.Bochisetrecipients: + Juarez.Bochi, guettli, amaury.forgeotdarc, mark.dickinson, belopolsky, sonderblade, alanvgreen, ajaksu2, josh-sf, tiktuk
2012-07-19 22:00:23Juarez.Bochisetmessageid: <1342735223.68.0.747598067772.issue1100942@psf.upfronthosting.co.za>
2012-07-19 22:00:23Juarez.Bochilinkissue1100942 messages
2012-07-19 22:00:22Juarez.Bochicreate