[issue27412] float('∞') returns 8.0

STINNER Victor report at bugs.python.org
Wed Jun 29 09:28:05 EDT 2016


STINNER Victor added the comment:

"""
In the Komodo REPL I see the following behaviour:

>>> '∞'
'8'
"""

Ok, it's now obvious that the issue comes from Komodo REPL, not from Python.

----------

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


More information about the Python-bugs-list mailing list