[Python-checkins] python/dist/src/Lib urllib2.py,1.83,1.84

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
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15365/Lib

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


Index: urllib2.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/urllib2.py,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- urllib2.py	14 Jul 2005 06:40:46 -0000	1.83
+++ urllib2.py	17 Jul 2005 23:16:17 -0000	1.84
@@ -1298,7 +1298,7 @@
 httpresponses = {
     100: 'Continue',
     101: 'Switching Protocols',
-    
+
     200: 'OK',
     201: 'Created',
     202: 'Accepted',
@@ -1306,7 +1306,7 @@
     204: 'No Content',
     205: 'Reset Content',
     206: 'Partial Content',
-    
+
     300: 'Multiple Choices',
     301: 'Moved Permanently',
     302: 'Found',
@@ -1315,7 +1315,7 @@
     305: 'Use Proxy',
     306: '(Unused)',
     307: 'Temporary Redirect',
-    
+
     400: 'Bad Request',
     401: 'Unauthorized',
     402: 'Payment Required',
@@ -1334,7 +1334,7 @@
     415: 'Unsupported Media Type',
     416: 'Requested Range Not Satisfiable',
     417: 'Expectation Failed',
-    
+
     500: 'Internal Server Error',
     501: 'Not Implemented',
     502: 'Bad Gateway',



More information about the Python-checkins mailing list