-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-103668: Run pyugrade on idlelib #103671
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
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.
Thanks for doing this; saves me installing pyupgrade. Is this with 3.11 option? Changes only involve super, open, f-string, .format(2), and 2 others once each. So not nearly as hard to review as I expected. I will apply my suggestions, recheck after CI, and presumably merge and backport.
Yes
Yes, looks like all other legacy code was updated already / not used. |
Thanks @sobolevn for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
--------- Co-authored-by: Terry Jan Reedy <[email protected]> (cherry picked from commit bd2dca0) Co-authored-by: Nikita Sobolev <[email protected]>
GH-103730 is a backport of this pull request to the 3.11 branch. |
--------- (cherry picked from commit bd2dca0) Co-authored-by: Nikita Sobolev <[email protected]> Co-authored-by: Terry Jan Reedy [email protected]
This is just a demo, please feel free to close.