diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2002-06-12 03:28:57 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2002-06-12 03:28:57 (GMT) |
commit | 969de458aa12e831942637bbcd9994b29dc86252 (patch) | |
tree | 66410d095dd07a207d3f922629b9304fb94edef7 /Lib/idlelib/EditorWindow.py | |
parent | 9f709bf9a1890052cae13a08651697dca01da3ca (diff) | |
download | cpython-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.py | 6 |
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 |