Issue #6857: Fix Decimal formatting to be consistent with existing float
commitcd63d3bffc6c276ac11424977d9291d520a281f2
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 8 Sep 2009 20:20:19 +0000 (8 20:20 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 8 Sep 2009 20:20:19 +0000 (8 20:20 +0000)
treedfc467d26c538cb4d01c1ff9aea756c3d35ed0df
parent01d58b165c6db9949112e9c4dc9e948440f0344b
Issue #6857: Fix Decimal formatting to be consistent with existing float
formatting:  both are now right-aligned by default.

git-svn-id: http://svn.python.org/projects/python/trunk@74723 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/decimal.py
Lib/test/test_decimal.py
Misc/NEWS