commit | bfdbfd4d91d3f3198ade7af1437cd5a27af787eb | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Tue Mar 25 18:58:13 2008 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Tue Mar 25 18:58:13 2008 +0000 |
tree | a88bfa04ca9e14b76a9d93325082ba84a0fd17c1 | |
parent | 26c25d9f64cce575820f1d1f13c757020829888d [diff] |
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).