[Python-checkins] CVS: python/dist/src/Lib codecs.py,1.18,1.19 pty.py,1.10,1.11

Tim Peters tim_one@users.sourceforge.net
Mon, 28 May 2001 23:06:56 -0700


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

Modified Files:
	codecs.py pty.py 
Log Message:
Whitespace normalization.


Index: codecs.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/codecs.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** codecs.py	2001/05/16 09:41:45	1.18
--- codecs.py	2001/05/29 06:06:54	1.19
***************
*** 575,579 ****
              m[v] = None
      return m
!     
  ### Tests
  
--- 575,579 ----
              m[v] = None
      return m
! 
  ### Tests
  

Index: pty.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/pty.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** pty.py	2001/05/13 09:01:06	1.10
--- pty.py	2001/05/29 06:06:54	1.11
***************
*** 17,21 ****
  # leaves a damaged module object for tty in sys.modules, and the import
  # of tty here then appears to work despite that the tty imported is junk.
! import termios 
  del termios
  
--- 17,21 ----
  # leaves a damaged module object for tty in sys.modules, and the import
  # of tty here then appears to work despite that the tty imported is junk.
! import termios
  del termios