[Python-checkins] python/dist/src/Lib/test test_urllibnet.py,1.5,1.6

jhylton@users.sourceforge.net jhylton@users.sourceforge.net
Thu, 17 Jul 2003 09:31:02 -0700


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

Modified Files:
	test_urllibnet.py 
Log Message:
Reflow long line.


Index: test_urllibnet.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_urllibnet.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** test_urllibnet.py	15 Jun 2003 23:26:30 -0000	1.5
--- test_urllibnet.py	17 Jul 2003 16:31:00 -0000	1.6
***************
*** 116,121 ****
          FILE = file(file_location)
          try:
!             self.assert_(FILE.read(), "reading from the file location returned "
!                                       "by urlretrieve failed")
          finally:
              FILE.close()
--- 116,121 ----
          FILE = file(file_location)
          try:
!             self.assert_(FILE.read(), "reading from the file location returned"
!                          " by urlretrieve failed")
          finally:
              FILE.close()