Closed r78v10a07 closed 4 years ago
^
doesn't work as intended in any version of Python that I'm aware of (it has always been bitwise XOR, not exponentiation). It just doesn't raise an error in Python 2.
Your fix looks good to me and I'll merge it.
the ^ operator does not work in python 3.6