Uvar

Results 1 issues of Uvar

In expressions.py, class ExpressionNode: line 451: if sys.version_info[0] < 3: __div__ = div_op __rdiv__ = binop('div', reversed=True) All fine, but the operators are not defined for Python 3. Leading to...