summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/EditorWindow.py
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2002-06-12 03:28:57 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2002-06-12 03:28:57 (GMT)
commit969de458aa12e831942637bbcd9994b29dc86252 (patch)
tree66410d095dd07a207d3f922629b9304fb94edef7 /Lib/idlelib/EditorWindow.py
parent9f709bf9a1890052cae13a08651697dca01da3ca (diff)
downloadcpython-969de458aa12e831942637bbcd9994b29dc86252.zip
cpython-969de458aa12e831942637bbcd9994b29dc86252.tar.gz
cpython-969de458aa12e831942637bbcd9994b29dc86252.tar.bz2
Rework the code to have only the GvR RPC. Output from execution of user
code is directed to the Shell.
Diffstat (limited to 'Lib/idlelib/EditorWindow.py')
-rw-r--r--Lib/idlelib/EditorWindow.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/Lib/idlelib/EditorWindow.py b/Lib/idlelib/EditorWindow.py
index 4f3c945..be074b0 100644
--- a/Lib/idlelib/EditorWindow.py
+++ b/Lib/idlelib/EditorWindow.py
@@ -1,9 +1,3 @@
-# changes by dscherer@cmu.edu
-# - created format and run menus
-# - added silly advice dialog (apologies to Douglas Adams)
-# - made Python Documentation work on Windows (requires win32api to
-# do a ShellExecute(); other ways of starting a web browser are awkward)
-
import sys
import os
import string