]> 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:27:20 +0000 (18:27 -0700)
committerGitHub <noreply@github.com>
Thu, 14 Jul 2022 01:27:20 +0000 (18:27 -0700)
commit915fb4f4418de5150121ed16ed88c2e11f60283b
tree3bac4354dabd4e077fe75a2f68c41c83e570a8af
parent8a01502e2da19cce1db4ebb791a065298451931d
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