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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9cb083b957ad16183e2b74f8090f77ffe11c8feb;p=python 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 a1fc021aed..79fe26fef5 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: