[Python-checkins] python/dist/src/Lib/test test_httplib.py, 1.17, 1.18

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Thu Sep 16 02:09:22 CEST 2004


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

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


Index: test_httplib.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_httplib.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- test_httplib.py	15 Sep 2004 23:26:23 -0000	1.17
+++ test_httplib.py	16 Sep 2004 00:09:19 -0000	1.18
@@ -118,7 +118,7 @@
         else:
             print "Expect InvalidURL"
 
-    for hp,h,p in (("[fe80::207:e9ff:fe9b]:8000", "fe80::207:e9ff:fe9b", 8000), 
+    for hp,h,p in (("[fe80::207:e9ff:fe9b]:8000", "fe80::207:e9ff:fe9b", 8000),
                    ("www.python.org:80", "www.python.org", 80),
                    ("www.python.org", "www.python.org", 80),
                    ("[fe80::207:e9ff:fe9b]", "fe80::207:e9ff:fe9b", 80)):



More information about the Python-checkins mailing list