[Python-checkins] python/dist/src/Lib pdb.py,1.65,1.66 urllib2.py,1.49,1.50

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sun, 15 Jun 2003 16:26:32 -0700


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

Modified Files:
	pdb.py urllib2.py 
Log Message:
Whitespace normalization.


Index: pdb.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/pdb.py,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** pdb.py	22 May 2003 14:46:12 -0000	1.65
--- pdb.py	15 Jun 2003 23:26:29 -0000	1.66
***************
*** 398,402 ****
                  print 'Breakpoint index %r is not a number' % i
                  continue
!             
              if not (0 <= i < len(bdb.Breakpoint.bpbynumber)):
                  print 'No breakpoint numbered', i
--- 398,402 ----
                  print 'Breakpoint index %r is not a number' % i
                  continue
! 
              if not (0 <= i < len(bdb.Breakpoint.bpbynumber)):
                  print 'No breakpoint numbered', i

Index: urllib2.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/urllib2.py,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** urllib2.py	14 Jun 2003 05:51:25 -0000	1.49
--- urllib2.py	15 Jun 2003 23:26:29 -0000	1.50
***************
*** 413,417 ****
              return True
          return self.handler_order < other.handler_order
!             
  
  class HTTPDefaultErrorHandler(BaseHandler):
--- 413,417 ----
              return True
          return self.handler_order < other.handler_order
! 
  
  class HTTPDefaultErrorHandler(BaseHandler):