Any plans for python3 support?
Opened this issue · 4 comments
mlaferrera commented
cmatthewbrooks commented
You know what? I had it on the todo list but might just have to reconsider...
Maijin commented
python2 is dead, use python3
cmatthewbrooks commented
EOL in 2020 != dead. I'll likely finish the features I find immediately useful and spend time later on the python3 support. At this point, I'd rather keep building than read about interoperability. One is significantly more fun than the other.
Maijin commented
It's still dying, better work on python3 especially given that r2pipe is python3 compatible and that most of your code modification to make it works for python3 is print -> print() which also works on python2 and recommended everywhere.