Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9cb083b

Browse files
committed
Defer all the work to idle.py, which has recently become too
complicated to copy in-line here.
1 parent 6f3fceb commit 9cb083b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Tools/idle/idle.pyw

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
try:
2-
import PyShell
3-
PyShell.main()
2+
import idle
43
except SystemExit:
54
raise
65
except:

0 commit comments

Comments
 (0)