-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-45975: Use walrus operator for while loops in IDLE #31083
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
Thanks @nickdrozd for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
…-31083) (cherry picked from commit 51a95be) Co-authored-by: Nick Drozd <[email protected]>
Sorry, @nickdrozd and @terryjreedy, I could not cleanly backport this to |
GH-31091 is a backport of this pull request to the 3.10 branch. |
Thanks @nickdrozd for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
Sorry @nickdrozd and @terryjreedy, I had trouble checking out the |
(cherry picked from commit 51a95be) Co-authored-by: Nick Drozd <[email protected]>
I reviewed the changes, ran test_idle, and manually exercised features that should run the affected code. |
Thanks for reviewing, @terryjreedy! |
…thonGH-31083) co-authored by Nick Drozd cherrypicked from 51a95be
By request of @terryjreedy, these are just the IDLE changes from #29347.
https://bugs.python.org/issue45975