diff options
Diffstat (limited to 'Lib/idlelib/run.py')
-rw-r--r-- | Lib/idlelib/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/run.py b/Lib/idlelib/run.py index aaa9b5ce8d1..577c49eb67b 100644 --- a/Lib/idlelib/run.py +++ b/Lib/idlelib/run.py @@ -145,7 +145,7 @@ def main(del_exitfunc=False): args=((LOCALHOST, port),)) sockthread.daemon = True sockthread.start() - while 1: + while True: try: if exit_now: try: |