Zachary Ware <zachary.w...@gmail.com> added the comment:

This is not a bug; division changed in Python 3 such that `/` is the "true 
division" operator, whereas `//` is the "integer division" operator.

Note that this was actually added in Python 2.2, though it was guarded by `from 
__future__ import division` for the remainder of the 2.x line.

----------
components:  -2to3 (2.x to 3.x conversion tool)
nosy: +zach.ware
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed
type: crash -> behavior

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37713>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to