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 belopolsky
Recipients Juarez.Bochi, Julian.Gindi, adam-collard, ajaksu2, alanvgreen, amaury.forgeotdarc, belopolsky, berker.peksag, cvrebert, guettli, jafo, josh-sf, maciej.szulik, mark.dickinson, petre, sonderblade, tiktuk, vajrasky, westley.martinez
Date 2014-04-04.17:11:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396631464.17.0.909762960087.issue1100942@psf.upfronthosting.co.za>
In-reply-to
Content
If datetime.date.strptime(date_string, format) validates format, then it is *not* equivalent to date(*(time.strptime(date_string, format)[0:3])), is it?
History
Date User Action Args
2014-04-04 17:11:04belopolskysetrecipients: + belopolsky, jafo, guettli, amaury.forgeotdarc, mark.dickinson, sonderblade, alanvgreen, ajaksu2, josh-sf, cvrebert, tiktuk, adam-collard, westley.martinez, berker.peksag, maciej.szulik, Juarez.Bochi, petre, vajrasky, Julian.Gindi
2014-04-04 17:11:04belopolskysetmessageid: <1396631464.17.0.909762960087.issue1100942@psf.upfronthosting.co.za>
2014-04-04 17:11:04belopolskylinkissue1100942 messages
2014-04-04 17:11:04belopolskycreate