-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move from Python 2.7 to Python 3. #2
Comments
I have gotten some partial success by patching the Adafruit library. I'm going to work on it a bit more and then prepare a PR.
|
The solution to the first hurdle is found here: https://github.com/adafruit/Adafruit_Python_BluefruitLE/pull/31/files |
Here's the PR #9 |
… int here. it's very unlikely to overflow.
As life of python 2.7 is nearly at an end. What is the current status of migrating to py3? |
What is migration status? |
There's a couple motivations for this, from most significant to least, imo:
which would allow us to move away from the Threads currently in use in the examples.
I attempted this, but my python-foo ran out in getting the AdaFruit library to work with Python 3.
However it seems like that should not be an exotic use-case, so perhaps there's something obvious i'm missing.
The text was updated successfully, but these errors were encountered: