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.

作者 belopolsky
收信人 belopolsky, benno, davidfraser, eric.araujo, giampaolo.rodola, kiorky, loewis, vstinner
日期 2010-07-19.18:19:00
SpamBayes Score 4.747135e-05
Marked as misclassified
Message-id <1279563541.71.0.879229282508.issue1777412@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2010-07-19 18:19:01belopolsky修改recipients: + belopolsky, loewis, davidfraser, benno, vstinner, giampaolo.rodola, eric.araujo, kiorky
2010-07-19 18:19:01belopolsky修改messageid: <1279563541.71.0.879229282508.issue1777412@psf.upfronthosting.co.za>
2010-07-19 18:19:00belopolsky链接issue1777412 messages
2010-07-19 18:19:00belopolsky创建