Update platform.local.txt to use python2 alias#64
Update platform.local.txt to use python2 alias#64kevinjohna6 wants to merge 1 commit intoduff2013:masterfrom
Conversation
Use python2 alias
|
Hello Kevin, I don't know if it is useful to keep the Python 2 compatibility. I did try to bring the Python 3 compatibility one or two years ago, but it was far for being ideal (breaking stuff, etc.). I try to insure the Python 3 compatibility for the moment, but I did not test my code on other platforms, etc. I did use hints in the code and it makes it incompatible with Python 2. Also the use Also, I've seen that there is a binutils for the esp32s2... so it's not yet in the recipe. @kevinjohna6 and @duff2013, my code 'reformatting' is in this zip, if you want to take a look 😄 The main changes are speed improvements (faster Have a nice day, Vincent |
|
I'm planning to drop python 2 support in the future but until then I want it compatible. Maybe this is the solution for now I'll take a look at this sometime soon. |
Use python2 alias by default. (https://www.python.org/dev/peps/pep-0394/#backwards-compatibility)