]> granicus.if.org Git - python/commit
Issue #6857: Fix Decimal formatting to be consistent with existing float
authorMark Dickinson <dickinsm@gmail.com>
Tue, 8 Sep 2009 20:20:19 +0000 (20:20 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 8 Sep 2009 20:20:19 +0000 (20:20 +0000)
commit5cfa8044ff9fd26dc4915fc2ce5b2d005eea3261
treed9e4c236a0ed095d02491c6a49df1fa239f0f79d
parent81809a42c1639ab6f49900eea15808bf71c6e567
Issue #6857: Fix Decimal formatting to be consistent with existing float
formatting:  both are now right-aligned by default.
Lib/decimal.py
Lib/test/test_decimal.py
Misc/NEWS