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 pitrou
Recipients edlm10, pitrou, waveform
Date 2008-01-18.10:49:07
SpamBayes Score 0.022044225
Marked as misclassified No
Message-id <1200653352.44.0.142159966436.issue1222@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, I manage to reproduce it on an Ubuntu box with both 2.5.2a0 and SVN
trunk.
IMO it's a bug since the expected behaviour would be to enforce the
locale settings for number formatting. That's the whole purpose of
locale.format() after all. (no to mention the discrepancy between %.2f
and %9.2f)
History
Date User Action Args
2008-01-18 10:49:12pitrousetspambayes_score: 0.0220442 -> 0.022044225
recipients: + pitrou, edlm10, waveform
2008-01-18 10:49:12pitrousetspambayes_score: 0.0220442 -> 0.0220442
messageid: <1200653352.44.0.142159966436.issue1222@psf.upfronthosting.co.za>
2008-01-18 10:49:10pitroulinkissue1222 messages
2008-01-18 10:49:10pitroucreate