]> granicus.if.org Git - python/commit
Issue #2482: Make sure that the coefficient of a Decimal
authorMark Dickinson <dickinsm@gmail.com>
Tue, 25 Mar 2008 18:47:59 +0000 (18:47 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 25 Mar 2008 18:47:59 +0000 (18:47 +0000)
commit8e85ffa4b213be809109180142a107a1ac66f4d5
treebe8be758b90490e46c83c0f0d4bbf49536bd0de2
parentcdde579fb9d3ccadff3f3e334d59b26aa74941f0
Issue #2482:  Make sure that the coefficient of a Decimal
instance is always stored as a str instance, even
when that Decimal has been created from a unicode string.
Lib/decimal.py
Lib/test/test_decimal.py
Misc/NEWS