[Idle-dev] CVS: idle Bindings.py,1.16,1.17 configHandler.py,1.30,1.31 configHelpSourceEdit.py,1.5,1.6

Kurt B. Kaiser kbk@users.sourceforge.net
Sun, 26 Jan 2003 18:36:20 -0800


Update of /cvsroot/idlefork/idle
In directory sc8-pr-cvs1:/tmp/cvs-serv17746

Modified Files:
	Bindings.py configHandler.py configHelpSourceEdit.py 
Log Message:
Whitespace normalization.
Modified Files:
 	Bindings.py configHandler.py configHelpSourceEdit.py 


Index: Bindings.py
===================================================================
RCS file: /cvsroot/idlefork/idle/Bindings.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** Bindings.py	22 Jan 2003 00:23:22 -0000	1.16
--- Bindings.py	27 Jan 2003 02:36:18 -0000	1.17
***************
*** 76,80 ****
   ('help', [
     ('_About IDLE', '<<about-idle>>'),
!    ('IDLE _Readme', '<<view-readme>>'),   
     None,
     ('_IDLE Help', '<<help>>'),
--- 76,80 ----
   ('help', [
     ('_About IDLE', '<<about-idle>>'),
!    ('IDLE _Readme', '<<view-readme>>'),
     None,
     ('_IDLE Help', '<<help>>'),

Index: configHandler.py
===================================================================
RCS file: /cvsroot/idlefork/idle/configHandler.py,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -r1.30 -r1.31
*** configHandler.py	22 Jan 2003 00:23:23 -0000	1.30
--- configHandler.py	27 Jan 2003 02:36:18 -0000	1.31
***************
*** 5,9 ****
  configuration information.  In particular, user configuration choices which
  duplicate the defaults will be removed from the user's configuration files,
! and if a file becomes empty, it will be deleted.  
  
  The contents of the user files may be altered using the Options/Configure IDLE
--- 5,9 ----
  configuration information.  In particular, user configuration choices which
  duplicate the defaults will be removed from the user's configuration files,
! and if a file becomes empty, it will be deleted.
  
  The contents of the user files may be altered using the Options/Configure IDLE
***************
*** 571,575 ****
      def GetExtraHelpSourceList(self,configSet):
          """Fetch list of extra help sources from a given configSet.
!         
          Valid configSets are 'user' or 'default'.  Return a list of tuples of
          the form (menu_item , path_to_help_file , option), or return the empty
--- 571,575 ----
      def GetExtraHelpSourceList(self,configSet):
          """Fetch list of extra help sources from a given configSet.
! 
          Valid configSets are 'user' or 'default'.  Return a list of tuples of
          the form (menu_item , path_to_help_file , option), or return the empty

Index: configHelpSourceEdit.py
===================================================================
RCS file: /cvsroot/idlefork/idle/configHelpSourceEdit.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** configHelpSourceEdit.py	14 Jan 2003 22:03:31 -0000	1.5
--- configHelpSourceEdit.py	27 Jan 2003 02:36:18 -0000	1.6
***************
*** 95,99 ****
          if file:
              self.path.set(file)
!         
      def MenuOk(self):
          "Simple validity check for a sensible menu item name"
--- 95,99 ----
          if file:
              self.path.set(file)
! 
      def MenuOk(self):
          "Simple validity check for a sensible menu item name"