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 belopolsky, benno, davidfraser, eric.araujo, giampaolo.rodola, kiorky, loewis, vstinner
Date 2010-07-19.18:19:00
SpamBayes Score 4.747135e-05
Marked as misclassified No
Message-id <1279563541.71.0.879229282508.issue1777412@psf.upfronthosting.co.za>
In-reply-to
Content
Adding issue7989 as a dependency because one of the stated reasons for not calling system strftime from datetime directly is because pure python implementations cannot do the same.  This of course can be resolved by exposing raw strftime in separate module (for example _time), but simply applying this patch before #7989 would mean that year < 1900 would have to be disabled for pure python implementation tests.
History
Date User Action Args
2010-07-19 18:19:01belopolskysetrecipients: + belopolsky, loewis, davidfraser, benno, vstinner, giampaolo.rodola, eric.araujo, kiorky
2010-07-19 18:19:01belopolskysetmessageid: <1279563541.71.0.879229282508.issue1777412@psf.upfronthosting.co.za>
2010-07-19 18:19:00belopolskylinkissue1777412 messages
2010-07-19 18:19:00belopolskycreate