[Idle-dev] CVS: idle PyShell.py,1.70,1.71 ScriptBinding.py,1.22,1.23 buildapp.py,1.2,1.3

Kurt B. Kaiser kbk@users.sourceforge.net
Mon, 26 May 2003 15:20:40 -0700


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

Modified Files:
	PyShell.py ScriptBinding.py buildapp.py 
Log Message:
Whitespace Normalization
Modified Files:	PyShell.py ScriptBinding.py buildapp.py 


Index: PyShell.py
===================================================================
RCS file: /cvsroot/idlefork/idle/PyShell.py,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -r1.70 -r1.71
*** PyShell.py	24 May 2003 21:12:46 -0000	1.70
--- PyShell.py	26 May 2003 22:20:32 -0000	1.71
***************
*** 304,308 ****
          raise EOFError
  
!     
  class ModifiedInterpreter(InteractiveInterpreter):
  
--- 304,308 ----
          raise EOFError
  
! 
  class ModifiedInterpreter(InteractiveInterpreter):
  

Index: ScriptBinding.py
===================================================================
RCS file: /cvsroot/idlefork/idle/ScriptBinding.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** ScriptBinding.py	26 May 2003 06:23:10 -0000	1.22
--- ScriptBinding.py	26 May 2003 22:20:34 -0000	1.23
***************
*** 150,154 ****
          If the user has configured IDLE for Autosave, the file will be
          silently saved if it already exists and is dirty.
!         
          """
          filename = self.editwin.io.filename
--- 150,154 ----
          If the user has configured IDLE for Autosave, the file will be
          silently saved if it already exists and is dirty.
! 
          """
          filename = self.editwin.io.filename

Index: buildapp.py
===================================================================
RCS file: /cvsroot/idlefork/idle/buildapp.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** buildapp.py	17 May 2003 15:14:10 -0000	1.2
--- buildapp.py	26 May 2003 22:20:34 -0000	1.3
***************
*** 1,4 ****
  #
! # After running python setup.py install, run this program from the command 
  # line like so:
  #
--- 1,4 ----
  #
! # After running python setup.py install, run this program from the command
  # line like so:
  #
***************
*** 11,17 ****
  
  buildapp(
! 	name="IDLE",
! 	mainprogram="idle.py",
! 	argv_emulation=1,
! 	iconfile="Icons/idle.icns",
  )
--- 11,17 ----
  
  buildapp(
!         name="IDLE",
!         mainprogram="idle.py",
!         argv_emulation=1,
!         iconfile="Icons/idle.icns",
  )