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 ncoghlan
Recipients
Date 2004-09-29.23:36:21
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
One of the stated goals of decimal.py is to remain 2.3
compatible.

This is not currently the case, as the len(str(x))
trick I used to determine the 'number of digits in an
integer' gives the wrong answer for long integers in
Python 2.3 (there is an extra 'L' on the end).
History
Date User Action Args
2007-08-23 14:26:29adminlinkissue1037373 messages
2007-08-23 14:26:29admincreate