From: Martin v. Löwis Date: Thu, 21 Sep 2000 22:09:47 +0000 (+0000) Subject: Indent _connection_class so that it becomes HTTPS._connection_class. X-Git-Tag: v2.0b2~145 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7bf974af4f5ddb2f1b0eee1c5bb8df5ceeb3d48;p=python Indent _connection_class so that it becomes HTTPS._connection_class. --- diff --git a/Lib/httplib.py b/Lib/httplib.py index 0688fa8543..3856854127 100644 --- a/Lib/httplib.py +++ b/Lib/httplib.py @@ -711,7 +711,7 @@ if hasattr(socket, 'ssl'): https. """ - _connection_class = HTTPSConnection + _connection_class = HTTPSConnection class HTTPException(Exception):