]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
idlelib: replace 'while 1' with 'while True' (#94827)
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 14 Jul 2022 01:09:07 +0000 (21:09 -0400)
committerGitHub <noreply@github.com>
Thu, 14 Jul 2022 01:09:07 +0000 (21:09 -0400)
commit6a15f918b5a6fb5113d5332ebf27df1d5360e66c
treeb82734977ba3d3dd40fb17fe4ead332125b90dc6
parent967da5febbc77b36a5b14863e61db3a2d441a940
idlelib: replace 'while 1' with 'while True' (#94827)
Lib/idlelib/editor.py
Lib/idlelib/history.py
Lib/idlelib/hyperparser.py
Lib/idlelib/rpc.py
Lib/idlelib/run.py
Lib/idlelib/searchengine.py