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 genepi
Recipients genepi
Date 2008-03-26.01:52:01
SpamBayes Score 0.12370097
Marked as misclassified No
Message-id <1206496323.11.0.616426584007.issue2490@psf.upfronthosting.co.za>
In-reply-to
Content
datetime.strftime(pattern) fails in assertion if pattern is big enough (> 
100 chars) while time.strftime(pattern) gives the expected result.

This occurs on Python 2.5 (tested on OLPC XO laptop, Fedora 9). Python 2.4 
(Debian Etch) does not exhibit this bug.
History
Date User Action Args
2008-03-26 01:52:03genepisetspambayes_score: 0.123701 -> 0.12370097
recipients: + genepi
2008-03-26 01:52:03genepisetspambayes_score: 0.123701 -> 0.123701
messageid: <1206496323.11.0.616426584007.issue2490@psf.upfronthosting.co.za>
2008-03-26 01:52:02genepilinkissue2490 messages
2008-03-26 01:52:02genepicreate