Stefan Krah <stefan-use...@bytereef.org> added the comment:

[[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.

----------
nosy: +skrah

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13718>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to