Whitespace normalization.

This commit is contained in:
Tim Peters 2005-07-17 23:16:17 +00:00
parent c48a740887
commit f5f32b4712
6 changed files with 51 additions and 51 deletions

View file

@ -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',