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 anders.rundgren.net@gmail.com
Recipients SilentGhost, anders.rundgren.net@gmail.com, docs@python, eryksun, mark.dickinson, martin.panter
Date 2016-01-30.14:23:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454163799.98.0.523943905762.issue26241@psf.upfronthosting.co.za>
In-reply-to
Content
Apparently the docs have changed since 2.7:
https://docs.python.org/3.5/tutorial/floatingpoint.html

However, the documentation still "sort of" mentions repr() as the most accurate form which isn't entirely correct since it nowadays is identical to str() for floats.

No big deal, I just thought I was doing something wrong :-)

related: http://bugs.python.org/issue26229
History
Date User Action Args
2016-01-30 14:23:20anders.rundgren.net@gmail.comsetrecipients: + anders.rundgren.net@gmail.com, mark.dickinson, SilentGhost, docs@python, martin.panter, eryksun
2016-01-30 14:23:19anders.rundgren.net@gmail.comsetmessageid: <1454163799.98.0.523943905762.issue26241@psf.upfronthosting.co.za>
2016-01-30 14:23:19anders.rundgren.net@gmail.comlinkissue26241 messages
2016-01-30 14:23:19anders.rundgren.net@gmail.comcreate