projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f3fceb
)
Defer all the work to idle.py, which has recently become too
author
Guido van Rossum
<guido@python.org>
Mon, 6 Mar 2000 17:16:05 +0000
(17:16 +0000)
committer
Guido van Rossum
<guido@python.org>
Mon, 6 Mar 2000 17:16:05 +0000
(17:16 +0000)
complicated to copy in-line here.
Tools/idle/idle.pyw
patch
|
blob
|
history
diff --git
a/Tools/idle/idle.pyw
b/Tools/idle/idle.pyw
index a1fc021aedc1c0aebe553133a2bb6f0804c9d059..79fe26fef5eb34106accf2de1585cc612536ae76 100644
(file)
--- 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: