[Python-checkins] python/dist/src/Tools/idle CallTips.py,1.10,1.11 IOBinding.py,1.9,1.10 ScriptBinding.py,1.12,1.13

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Fri, 23 Aug 2002 11:19:32 -0700


Update of /cvsroot/python/python/dist/src/Tools/idle
In directory usw-pr-cvs1:/tmp/cvs-serv21671/python/Tools/idle

Modified Files:
	CallTips.py IOBinding.py ScriptBinding.py 
Log Message:
Whitespace normalization.


Index: CallTips.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/idle/CallTips.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** CallTips.py	5 Aug 2002 14:53:52 -0000	1.10
--- CallTips.py	23 Aug 2002 18:19:30 -0000	1.11
***************
*** 80,84 ****
          # Usage of ascii_letters is necessary to avoid UnicodeErrors
          # if chars contains non-ASCII.
!         
          # XXX - This needs to be moved to a better place
          # so the "." attribute lookup code can also use it.
--- 80,84 ----
          # Usage of ascii_letters is necessary to avoid UnicodeErrors
          # if chars contains non-ASCII.
! 
          # XXX - This needs to be moved to a better place
          # so the "." attribute lookup code can also use it.

Index: IOBinding.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/idle/IOBinding.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** IOBinding.py	9 Aug 2002 16:37:36 -0000	1.9
--- IOBinding.py	23 Aug 2002 18:19:30 -0000	1.10
***************
*** 210,214 ****
                  master = self.text)
              enc = None
!             
          if enc:
              try:
--- 210,214 ----
                  master = self.text)
              enc = None
! 
          if enc:
              try:

Index: ScriptBinding.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/idle/ScriptBinding.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** ScriptBinding.py	21 May 2002 17:00:20 -0000	1.12
--- ScriptBinding.py	23 Aug 2002 18:19:30 -0000	1.13
***************
*** 54,58 ****
          if not editwin.runnable:
              self.menudefs = []
!             self.keydefs = {}        
          self.editwin = editwin
          # Provide instance variables referenced by Debugger
--- 54,58 ----
          if not editwin.runnable:
              self.menudefs = []
!             self.keydefs = {}
          self.editwin = editwin
          # Provide instance variables referenced by Debugger