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, georg.brandl, loewis, pitrou, waveform
Date 2008-01-18.14:18:34
SpamBayes Score 0.0015157877
Marked as misclassified No
Message-id <1200665915.75.0.488479165496.issue1222@psf.upfronthosting.co.za>
In-reply-to
Content
Eric, your diagnostic looks right, format() gets confused when it tries
to remove padding characters to account for the added thousands
separators. It does not check that there were padding characters in the
first place, and it assumes that the thousands separator is not a space
character itself.

Since Georg Brandl and Martin von Loewis are listed as co-authors, I add
them to the cc list ;)
History
Date User Action Args
2008-01-18 14:18:35pitrousetspambayes_score: 0.00151579 -> 0.0015157877
recipients: + pitrou, loewis, georg.brandl, edlm10, waveform
2008-01-18 14:18:35pitrousetspambayes_score: 0.00151579 -> 0.00151579
messageid: <1200665915.75.0.488479165496.issue1222@psf.upfronthosting.co.za>
2008-01-18 14:18:34pitroulinkissue1222 messages
2008-01-18 14:18:34pitroucreate