paulcalabro opened this issue 4 years ago · 1 comments
Are there any plans to add support for Python 3? While you can symlink python to the Python 3 executable, the console output will display byte literals like this:
python
This makes the output more difficult to read.
I've added a pull request for a small change so Python3 can correctly display the output. #72
Lets hope this gets merged soon...