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 tim.peters
Recipients
Date 2004-09-30.01:04:40
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31435

Indeed, please give a specific example, and point out exactly 
what in that example you think should change, and how you 
think it should change.  Else I've got no idea what you're 
talking about either.

>>> import decimal
>>> a = decimal.Decimal(3)
>>> str(a)
'3'
>>> len(str(a))
1
>>>

That's under current CVS Python, and I see nothing 
objectionable in it.  I'd bet several pennies it works the same 
under 2.3.4.
History
Date User Action Args
2007-08-23 14:26:29adminlinkissue1037373 messages
2007-08-23 14:26:29admincreate