mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Rework the code to have only the GvR RPC. Output from execution of user
code is directed to the Shell.
This commit is contained in:
parent
9f709bf9a1
commit
969de458aa
11 changed files with 168 additions and 1187 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue