From: Guido van Rossum Date: Mon, 6 Mar 2000 17:16:05 +0000 (+0000) Subject: Defer all the work to idle.py, which has recently become too X-Git-Tag: v1.6a1~285 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9cb083b957ad16183e2b74f8090f77ffe11c8feb;p=thirdparty%2FPython%2Fcpython.git Defer all the work to idle.py, which has recently become too complicated to copy in-line here. --- diff --git a/Tools/idle/idle.pyw b/Tools/idle/idle.pyw index a1fc021aedc1..79fe26fef5eb 100644 --- a/Tools/idle/idle.pyw +++ b/Tools/idle/idle.pyw @@ -1,6 +1,5 @@ try: - import PyShell - PyShell.main() + import idle except SystemExit: raise except: