[Python-checkins] CVS: python/dist/src/Lib imaplib.py,1.38,1.39 os.py,1.49,1.50

Tim Peters tim_one@users.sourceforge.net
Mon, 29 Oct 2001 21:56:42 -0800


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

Modified Files:
	imaplib.py os.py 
Log Message:
Whitespace normalization.


Index: imaplib.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/imaplib.py,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** imaplib.py	2001/10/22 00:42:26	1.38
--- imaplib.py	2001/10/30 05:56:40	1.39
***************
*** 227,231 ****
              sent = self.sock.send(data)
              if sent == bytes:
!                 break	# avoid copy
              data = data[sent:]
              bytes = bytes - sent
--- 227,231 ----
              sent = self.sock.send(data)
              if sent == bytes:
!                 break   # avoid copy
              data = data[sent:]
              bytes = bytes - sent

Index: os.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/os.py,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** os.py	2001/10/24 20:29:30	1.49
--- os.py	2001/10/30 05:56:40	1.50
***************
*** 363,367 ****
  
      # Fake unsetenv() for Windows
!     # not sure about os2 and dos here but 
      # I'm guessing they are the same.
  
--- 363,367 ----
  
      # Fake unsetenv() for Windows
!     # not sure about os2 and dos here but
      # I'm guessing they are the same.
  
***************
*** 422,426 ****
                      unsetenv(key)
                      del self.data[key]
!                 
  
      environ = _Environ(environ)
--- 422,426 ----
                      unsetenv(key)
                      del self.data[key]
! 
  
      environ = _Environ(environ)