[issue26241] repr() and str() are identical for floats in 3.5

Anders Rundgren report at bugs.python.org
Sat Jan 30 04:22:04 EST 2016


New submission from Anders Rundgren:

According to the documentation repr() and str() are different when it comes to number formatting.  A test with a 100 million random and selected IEEE 64-bit values returned no differences

----------
components: Interpreter Core
messages: 259244
nosy: anders.rundgren.net at gmail.com
priority: normal
severity: normal
status: open
title: repr() and str() are identical for floats in 3.5
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26241>
_______________________________________


More information about the Python-bugs-list mailing list