This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author phd
Recipients phd
Date 2008-03-25.15:37:12
SpamBayes Score 0.10196815
Marked as misclassified No
Message-id <1206459433.83.0.00721913185616.issue2482@psf.upfronthosting.co.za>
In-reply-to
Content
Decimal(u'123').to_eng_string() returns unicode in Python 2.5.2. That's
probably due to the optimization in decimal module, after which decimal
stores coefficient (mantissa) as a str, and doesn't coerce input to str.

See the thread at
http://mail.python.org/pipermail/python-dev/2008-March/078189.html
History
Date User Action Args
2008-03-25 15:37:14phdsetspambayes_score: 0.101968 -> 0.10196815
recipients: + phd
2008-03-25 15:37:13phdsetspambayes_score: 0.101968 -> 0.101968
messageid: <1206459433.83.0.00721913185616.issue2482@psf.upfronthosting.co.za>
2008-03-25 15:37:13phdlinkissue2482 messages
2008-03-25 15:37:12phdcreate