[issue45736] 2to3 does not support integer division fixing

theeshallnotknowethme report at bugs.python.org
Sat Nov 6 19:09:58 EDT 2021


theeshallnotknowethme <nohackingofkrowten at gmail.com> added the comment:

I have put some effort to make it work for constant integers. So this

x = a ** 3 / 7

would not be changed, since it refers to a name whose value is not known.

----------

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


More information about the Python-bugs-list mailing list