Kaydet (Commit) 9cb083b9 authored tarafından Guido van Rossum's avatar Guido van Rossum

Defer all the work to idle.py, which has recently become too

complicated to copy in-line here.
üst 6f3fceb8
try:
import PyShell
PyShell.main()
import idle
except SystemExit:
raise
except:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment