]> granicus.if.org Git - python/commit
Fix bug in _insert_thousands_sep: too much zero padding could be
authorMark Dickinson <dickinsm@gmail.com>
Wed, 18 Mar 2009 08:22:51 +0000 (08:22 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Wed, 18 Mar 2009 08:22:51 +0000 (08:22 +0000)
commitb14514a153857141631d602cadf094bc932f12ee
treee21a28eb122b176d30d0af72d932f06b10ed8e78
parentd914e3f8619df604ca6fa852fd210043b94f16e1
Fix bug in _insert_thousands_sep: too much zero padding could be
added for 'n' formats with non-repeating thousands-separator.
Lib/decimal.py
Lib/test/test_decimal.py