[Idle-dev] CVS: idle Bindings.py,1.9.2.1,1.9.2.2

Stephen M. Gava elguavas@users.sourceforge.net
Tue, 06 Aug 2002 18:58:10 -0700


Update of /cvsroot/idlefork/idle
In directory usw-pr-cvs1:/tmp/cvs-serv18794

Modified Files:
      Tag: DS_RPC_BRANCH
	Bindings.py 
Log Message:
general cleanup and remove last references to old config
backend module keydefs.py


Index: Bindings.py
===================================================================
RCS file: /cvsroot/idlefork/idle/Bindings.py,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -C2 -r1.9.2.1 -r1.9.2.2
*** Bindings.py	22 Jul 2002 02:26:04 -0000	1.9.2.1
--- Bindings.py	7 Aug 2002 01:58:08 -0000	1.9.2.2
***************
*** 6,19 ****
  # Debug menu here, which is only present in the PythonShell window.
  
- # changes by dscherer@cmu.edu:
- #   - Python shell moved to 'Run' menu
- #   - "Help" renamed to "IDLE Help" to distinguish from Python help.
- #     The distinction between the environment and the language is dim
- #     or nonexistent in a novice's mind.
- #   - Silly advice added
- 
  import sys
  import string
- #from keydefs import *
  from configHandler import idleConf
  
--- 6,11 ----