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
bpo-45975: Use walrus operator for while loops in IDLE #31083
Conversation
Thanks @nickdrozd for the PR, and @terryjreedy for merging it |
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 |
Sorry @nickdrozd and @terryjreedy, I had trouble checking out the |
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