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 skrah
Recipients eric.araujo, eric.smith, ezio.melotti, mkesper, skrah
Date 2012-01-09.18:43:15
SpamBayes Score 0.14201066
Marked as misclassified No
Message-id <1326134596.86.0.513049763559.issue13718@psf.upfronthosting.co.za>
In-reply-to
Content
[[fill]align][sign][#][0][width][,][.precision][type]

The ',' must be before [.precision]:

>>> '{:,.2%}'.format(55.537568)
'5,553.76%'


In my opinion this is not a bug.
History
Date User Action Args
2012-01-09 18:43:16skrahsetrecipients: + skrah, eric.smith, ezio.melotti, eric.araujo, mkesper
2012-01-09 18:43:16skrahsetmessageid: <1326134596.86.0.513049763559.issue13718@psf.upfronthosting.co.za>
2012-01-09 18:43:16skrahlinkissue13718 messages
2012-01-09 18:43:16skrahcreate