[Python-checkins] python/dist/src/Lib/test test_enumerate.py, 1.15, 1.16 test_urllib2.py, 1.20, 1.21

tim_one@users.sourceforge.net tim_one at users.sourceforge.net
Mon Jul 18 01:16:20 CEST 2005


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

Modified Files:
	test_enumerate.py test_urllib2.py 
Log Message:
Whitespace normalization.


Index: test_enumerate.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_enumerate.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- test_enumerate.py	12 Jul 2005 10:21:19 -0000	1.15
+++ test_enumerate.py	17 Jul 2005 23:16:18 -0000	1.16
@@ -193,7 +193,7 @@
             else:
                 self.fail("non-callable __reversed__ didn't raise!")
         self.assertEqual(rc, sys.getrefcount(r))
-            
+
 
 def test_main(verbose=None):
     testclasses = (EnumerateTestCase, SubclassTestCase, TestEmpty, TestBig,

Index: test_urllib2.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_urllib2.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- test_urllib2.py	14 Jul 2005 06:40:47 -0000	1.20
+++ test_urllib2.py	17 Jul 2005 23:16:18 -0000	1.21
@@ -40,7 +40,7 @@
 
         buf = f.read()
         f.close()
-        
+
     def test_statudict(self):
         # test the new-in-2.5 httpresponses dictionary
         self.assertEquals(urllib2.httpresponses[404], "Not Found")



More information about the Python-checkins mailing list