[py3] Fixed F-expression division operators
In Python 3 dividing by int will call obj.__truediv__(). This operator was missing from F-expressions.
Showing
Please
register
or
sign in
to comment
In Python 3 dividing by int will call obj.__truediv__(). This operator was missing from F-expressions.