Is Python3 compatibility planned? I tried to replace `print` with `print(...)` in the code, but there are some more pitfalls.
Is Python3 compatibility planned? I tried to replace
printwithprint(...)in the code, but there are some more pitfalls.