Author tim_one
Recipients
Date 2004-12-20.19:09:55
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31435

Please read the Appendix about floating-point issues in the 
Python Tutorial -- what you're seeing is an unavoidable 
consquence of using binary floating-point hardware.  If you 
require exact decimal representations, use the new 
``decimal`` module intead.
History
Date User Action Args
2007-08-23 14:28:37adminlinkissue1088563 messages
2007-08-23 14:28:37admincreate