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 mishok13
Recipients mishok13
Date 2008-04-01.14:02:59
SpamBayes Score 0.051326655
Marked as misclassified No
Message-id <1207058581.06.0.906557111009.issue2522@psf.upfronthosting.co.za>
In-reply-to
Content
I've uploaded a patch that fixes this concrete issue, though
locale.format() continues to silently ignore other types of malformed
strings (e.g. locale.format('%fSPAMf')).
I don't think this is correct behavior. Maybe there should be reg-exp
that locale.format() will use to avoid such issues.
History
Date User Action Args
2008-04-01 14:03:01mishok13setspambayes_score: 0.0513267 -> 0.051326655
recipients: + mishok13
2008-04-01 14:03:01mishok13setspambayes_score: 0.0513267 -> 0.0513267
messageid: <1207058581.06.0.906557111009.issue2522@psf.upfronthosting.co.za>
2008-04-01 14:03:00mishok13linkissue2522 messages
2008-04-01 14:02:59mishok13create