]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103737: IDLE - Remove unneeded .keys() for dict iteration (#110960)
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 18 Oct 2023 08:14:52 +0000 (04:14 -0400)
committerGitHub <noreply@github.com>
Wed, 18 Oct 2023 08:14:52 +0000 (04:14 -0400)
commitbaefbb21d91db2d950706737a6ebee9b2eff5c2d
treeb667e758572b247d244afddd11fcdcb4d3466106
parent77dbd956090aac66e264d9d640f6adb6b0930b87
gh-103737: IDLE - Remove unneeded .keys() for dict iteration (#110960)

Add comments where .keys() is needed.
Leave debugger usages along because situation is unclear as indicated in expanded comment.
Most testing is manual.
Lib/idlelib/config.py
Lib/idlelib/configdialog.py
Lib/idlelib/debugger.py
Lib/idlelib/debugobj.py
Lib/idlelib/idle_test/test_config.py
Lib/idlelib/idle_test/test_debugobj.py
Lib/idlelib/pyshell.py
Lib/idlelib/stackviewer.py