[Python-checkins] python/dist/src/Lib bdb.py,1.39,1.40

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Tue, 28 May 2002 17:54:40 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv10215

Modified Files:
	bdb.py 
Log Message:
Whitespace normalization

Index: bdb.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/bdb.py,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** bdb.py	28 May 2002 08:04:00 -0000	1.39
--- bdb.py	29 May 2002 00:54:38 -0000	1.40
***************
*** 92,97 ****
  
      def stop_here(self, frame):
! 		# (CT) stopframe may now also be None, see dispatch_call.
! 		# (CT) the former test for None is therefore removed from here.
          if frame is self.stopframe:
              return True
--- 92,97 ----
  
      def stop_here(self, frame):
!         # (CT) stopframe may now also be None, see dispatch_call.
!         # (CT) the former test for None is therefore removed from here.
          if frame is self.stopframe:
              return True