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 berker.peksag
Recipients BreamoreBoy, 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 2015-05-09.12:33:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431174824.99.0.526639719119.issue1100942@psf.upfronthosting.co.za>
In-reply-to
Content
datetime.strptime is a classmethod, but the new date.strptime and time.strptime methods are staticmethods. I think we should make the new methods classmethods too.
History
Date User Action Args
2015-05-09 12:33:45berker.peksagsetrecipients: + berker.peksag, jafo, guettli, amaury.forgeotdarc, mark.dickinson, belopolsky, sonderblade, alanvgreen, ajaksu2, josh-sf, cvrebert, tiktuk, adam-collard, BreamoreBoy, westley.martinez, maciej.szulik, Juarez.Bochi, petre, vajrasky, Julian.Gindi
2015-05-09 12:33:44berker.peksagsetmessageid: <1431174824.99.0.526639719119.issue1100942@psf.upfronthosting.co.za>
2015-05-09 12:33:44berker.peksaglinkissue1100942 messages
2015-05-09 12:33:44berker.peksagcreate