mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Defer all the work to idle.py, which has recently become too
complicated to copy in-line here.
This commit is contained in:
parent
6f3fceb8d8
commit
9cb083b957
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
try:
|
||||
import PyShell
|
||||
PyShell.main()
|
||||
import idle
|
||||
except SystemExit:
|
||||
raise
|
||||
except:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue