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 delroth
Recipients delroth, georg.brandl
Date 2009-06-28.07:58:45
SpamBayes Score 5.8412104e-05
Marked as misclassified No
Message-id <1246175926.72.0.81229799374.issue6354@psf.upfronthosting.co.za>
In-reply-to
Content
In part 3.1.1 of the Python 3.1 tutorial, the following code sample is
obsolete :

>>> 8/5 # Fractions aren't lost when dividing integers
1.6000000000000001


In a fresh Python 3.1, 8/5 is now displayed as 1.6. The note below the
code sample should be updated too.
History
Date User Action Args
2009-06-28 07:58:47delrothsetrecipients: + delroth, georg.brandl
2009-06-28 07:58:46delrothsetmessageid: <1246175926.72.0.81229799374.issue6354@psf.upfronthosting.co.za>
2009-06-28 07:58:45delrothlinkissue6354 messages
2009-06-28 07:58:45delrothcreate