[Python-checkins] python/dist/src/Lib/test test_socket.py, 1.73, 1.74

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Mon Aug 9 20:54:13 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31924/Lib/test

Modified Files:
	test_socket.py 
Log Message:
Whitespace normalization.


Index: test_socket.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_socket.py,v
retrieving revision 1.73
retrieving revision 1.74
diff -C2 -d -r1.73 -r1.74
*** test_socket.py	9 Aug 2004 04:51:40 -0000	1.73
--- test_socket.py	9 Aug 2004 18:54:11 -0000	1.74
***************
*** 209,213 ****
          ThreadableTest.clientTearDown(self)
  
!     
  #######################################################################
  ## Begin Tests
--- 209,213 ----
          ThreadableTest.clientTearDown(self)
  
! 
  #######################################################################
  ## Begin Tests



More information about the Python-checkins mailing list