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 Alexander.Belopolsky
Recipients Alexander.Belopolsky, ajaksu2, alanvgreen, amaury.forgeotdarc, guettli, josh-sf, sonderblade, tiktuk
Date 2010-04-20.16:12:34
SpamBayes Score 1.8368872e-05
Marked as misclassified No
Message-id <1271779958.55.0.0592610644508.issue1100942@psf.upfronthosting.co.za>
In-reply-to
Content
BTW, it does not bother me that "date.strptime() 
seems a bit odd, given that it cannot accept a time part."  To me "time" in strptime means time specification that may include date, time or even just month.  If parsed specification does not fit in date (includes time component), date.strptime fails.  There is nothing wrong with it.  An alternative would be to make {date,time}.strptime() promiscuous and just drop unneeded components, but that would make these functions less useful because such behavior is simply datetime.strptime(..).{date,time}().
History
Date User Action Args
2010-04-20 16:12:38Alexander.Belopolskysetrecipients: + Alexander.Belopolsky, guettli, amaury.forgeotdarc, sonderblade, alanvgreen, ajaksu2, josh-sf, tiktuk
2010-04-20 16:12:38Alexander.Belopolskysetmessageid: <1271779958.55.0.0592610644508.issue1100942@psf.upfronthosting.co.za>
2010-04-20 16:12:34Alexander.Belopolskylinkissue1100942 messages
2010-04-20 16:12:34Alexander.Belopolskycreate