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 cancelliere
Recipients cancelliere
Date 2011-06-14.13:39:23
SpamBayes Score 0.035618834
Marked as misclassified No
Message-id <1308058763.8.0.977949116716.issue12332@psf.upfronthosting.co.za>
In-reply-to
Content
Trying to run this simple script:
for i in range(10):
    print(i*0.2)
when i is 3, the result given is 0.6000000000000001.
What could the problem be?
History
Date User Action Args
2011-06-14 13:39:23cancellieresetrecipients: + cancelliere
2011-06-14 13:39:23cancellieresetmessageid: <1308058763.8.0.977949116716.issue12332@psf.upfronthosting.co.za>
2011-06-14 13:39:23cancellierelinkissue12332 messages
2011-06-14 13:39:23cancellierecreate