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 benjamin.peterson, genepi
Date 2008-03-26.11:40:32
SpamBayes Score 0.085772224
Marked as misclassified No
Message-id <1206531634.58.0.573622033993.issue2490@psf.upfronthosting.co.za>
In-reply-to
Content
There is an example of a long strftime pattern in the test.py file 
attached to that issue. Just change the length of the pattern to see 
that it works for smaller patterns in Python 2.5.

The pattern where it occured in my application is a Pango markup 
string used for localization:
"<markup><span lang=\"en\" font_desc=\"Sans,Monospace Bold 130\"><span 
foreground=\"#0000FF\">%H</span>:<span 
foreground=\"#00FF00\">%M</span>:<span 
foreground=\"#FF0000\">%S</span></span></markup>"
History
Date User Action Args
2008-03-26 11:40:35genepisetspambayes_score: 0.0857722 -> 0.085772224
recipients: + genepi, benjamin.peterson
2008-03-26 11:40:34genepisetspambayes_score: 0.0857722 -> 0.0857722
messageid: <1206531634.58.0.573622033993.issue2490@psf.upfronthosting.co.za>
2008-03-26 11:40:33genepilinkissue2490 messages
2008-03-26 11:40:32genepicreate