-
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
Ditch python2 #216
Ditch python2 #216
Conversation
I think all of the clean-ups in #178 are here now, except the ones that are more complicated:
But commits in this PR (or that previously made it to master) include these clean-ups:
…in addition to the Python2 cleanups. |
I recall problems when I tried to remove block.py but I don't remember exactly what they were. It's a shame that those logs from #178 have expired and been removed. |
When I was working on 8cff5c2 I noticed that there was another Python2-ism buried in |
Added in b5f503a. |
Add in e01355f. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed most of the things that I noticed but there are a couple left.
That's everything now. |
This was a branch, but I just updated it from master and started a PR to more easily see and discuss changes.
(I was about to delete some
__future__
stuff when I remembered to look for this branch.)