r2kit
r2kit copied to clipboard
Any plans for python3 support?
:trollface:
You know what? I had it on the todo list but might just have to reconsider...
python2 is dead, use python3
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.
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.