[Python-checkins] cpython: Spaces -> tab.

martin.v.loewis python-checkins at python.org
Sat Feb 26 10:41:39 CET 2011


martin.v.loewis pushed 8ff33af017ef to cpython:

http://hg.python.org/cpython/rev/8ff33af017ef
changeset:   68042:8ff33af017ef
tag:         tip
parent:      68040:10cb0ba4fd71
user:        Martin v. L?wis <martin at v.loewis.de>
date:        Sat Feb 26 10:40:56 2011 +0100
summary:
  Spaces -> tab.

files:
  Lib/http/client.py

diff --git a/Lib/http/client.py b/Lib/http/client.py
--- a/Lib/http/client.py
+++ b/Lib/http/client.py
@@ -76,7 +76,7 @@
 import warnings
 
 __all__ = ["HTTPResponse", "HTTPConnection",
-           "HTTPException", "NotConnected", "UnknownProtocol",
+	   "HTTPException", "NotConnected", "UnknownProtocol",
            "UnknownTransferEncoding", "UnimplementedFileMode",
            "IncompleteRead", "InvalidURL", "ImproperConnectionState",
            "CannotSendRequest", "CannotSendHeader", "ResponseNotReady",

--
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list