- Notifications
You must be signed in to change notification settings - Fork3.8k
Python2 to Python3 code modernization#2984
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Python2 to Python3 code modernization#2984
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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.
Looking good so far! 🎉
Are you done with the PR, or do you want to add more py2/py3 cleanups in this one? IG some more bits could still do with some modernisation, but that could happen in future PRs too
andrewhong04 commentedJan 11, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I think this PR is ready to go. I can't find anything else modernize. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
@ankith26 and I had a discussion in Discord and we've decided that it'll be better to remove the |
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.
lgtm :) Thank you kindly.
Starbuck5 left a comment• edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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.
Alright, I've read through it all, and tested locally.
Thanks for this!
@ankith26 and I had a discussion in Discord and we've decided that it'll be better to remove the from pygame.locals import * as well
In the examples? That could be a follow up PR.
Continuation from#2837