]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
idlelib: replace 'while 1' with 'while True' (GH-94827)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 14 Jul 2022 01:33:29 +0000 (18:33 -0700)
committerGitHub <noreply@github.com>
Thu, 14 Jul 2022 01:33:29 +0000 (18:33 -0700)
commit29fc20cdc068b1d744371d3e5a0e87b1dc7b73e5
tree6540c7fee49103ec0214fc9f93bd8b0649355ed2
parent0a51204cd02b9fbee0616fdbdd9139526b32aeab
idlelib: replace 'while 1' with 'while True' (GH-94827)

(cherry picked from commit 6a15f918b5a6fb5113d5332ebf27df1d5360e66c)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/editor.py
Lib/idlelib/history.py
Lib/idlelib/hyperparser.py
Lib/idlelib/rpc.py
Lib/idlelib/run.py
Lib/idlelib/searchengine.py