-
Notifications
You must be signed in to change notification settings - Fork 4
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
Python 3 #8
Comments
Good idea. I'm working to de-crapify rtmbot.py so there's potentially less code to convert. It's doing a lot of things that we don't actually need and I never cleaned it up because nobody ever worked on this code before :). |
It looks like the only change is s/iteritems/items/, according to 2to3. I'm testing it out! |
Sweet, don't forget to add Python 3.6, etc. to |
I played with this a bit in the python3 branch (pushed). Noticed a couple of issues:
|
I'm willing to do this work too.
The text was updated successfully, but these errors were encountered: