commit | baefbb21d91db2d950706737a6ebee9b2eff5c2d | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Wed Oct 18 04:14:52 2023 -0400 |
committer | GitHub <noreply@github.com> | Wed Oct 18 04:14:52 2023 -0400 |
tree | b667e758572b247d244afddd11fcdcb4d3466106 | |
parent | 77dbd956090aac66e264d9d640f6adb6b0930b87 [diff] |
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.