[issue31578] Unexpected Floating Point Division Result

R. David Murray report at bugs.python.org
Mon Sep 25 14:59:11 EDT 2017


R. David Murray added the comment:

In the absence of the appropriate __future__ import, the python2 division operator uses integer division.

----------
nosy: +r.david.murray
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31578>
_______________________________________


More information about the Python-bugs-list mailing list