summaryrefslogtreecommitdiffstats
path: root/Lib/urllib2.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2005-07-17 23:16:17 (GMT)
committerTim Peters <tim.peters@gmail.com>2005-07-17 23:16:17 (GMT)
commitf5f32b47128763a1f782782bd5a1a125b6d8b28b (patch)
tree101943572734eccd843559bdc6520d5b2ca0a192 /Lib/urllib2.py
parentc48a740887c80a4e6686486d62171f9efe64921c (diff)
downloadcpython-f5f32b47128763a1f782782bd5a1a125b6d8b28b.zip
cpython-f5f32b47128763a1f782782bd5a1a125b6d8b28b.tar.gz
cpython-f5f32b47128763a1f782782bd5a1a125b6d8b28b.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/urllib2.py')
-rw-r--r--Lib/urllib2.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/Lib/urllib2.py b/Lib/urllib2.py
index 7202507..e9fb396 100644
--- a/Lib/urllib2.py
+++ b/Lib/urllib2.py
@@ -1298,7 +1298,7 @@ class OpenerFactory:
httpresponses = {
100: 'Continue',
101: 'Switching Protocols',
-
+
200: 'OK',
201: 'Created',
202: 'Accepted',
@@ -1306,7 +1306,7 @@ httpresponses = {
204: 'No Content',
205: 'Reset Content',
206: 'Partial Content',
-
+
300: 'Multiple Choices',
301: 'Moved Permanently',
302: 'Found',
@@ -1315,7 +1315,7 @@ httpresponses = {
305: 'Use Proxy',
306: '(Unused)',
307: 'Temporary Redirect',
-
+
400: 'Bad Request',
401: 'Unauthorized',
402: 'Payment Required',
@@ -1334,7 +1334,7 @@ httpresponses = {
415: 'Unsupported Media Type',
416: 'Requested Range Not Satisfiable',
417: 'Expectation Failed',
-
+
500: 'Internal Server Error',
501: 'Not Implemented',
502: 'Bad Gateway',