]> granicus.if.org Git - python/commit
Issue #2482: Make sure that the coefficient of a Decimal instance
authorMark Dickinson <dickinsm@gmail.com>
Tue, 25 Mar 2008 18:58:13 +0000 (18:58 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 25 Mar 2008 18:58:13 +0000 (18:58 +0000)
commitbfdbfd4d91d3f3198ade7af1437cd5a27af787eb
treea88bfa04ca9e14b76a9d93325082ba84a0fd17c1
parent26c25d9f64cce575820f1d1f13c757020829888d
Issue #2482:  Make sure that the coefficient of a Decimal instance
is stored as a str instance rather than a unicode instance.
Backported from Python 2.6 (see r61904).
Lib/decimal.py
Lib/test/test_decimal.py
Misc/NEWS