From 4c875a986fbbd51774dbc87b742e6e71b57eef58 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Tue, 1 Nov 2011 23:57:57 +0800 Subject: 'HTTPSHandler' and not the type. --- Lib/urllib/request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/urllib/request.py b/Lib/urllib/request.py index d360966..3a472f2 100644 --- a/Lib/urllib/request.py +++ b/Lib/urllib/request.py @@ -1200,7 +1200,7 @@ if hasattr(http.client, 'HTTPSConnection'): https_request = AbstractHTTPHandler.do_request_ - __all__.append(HTTPSHandler) + __all__.append('HTTPSHandler') class HTTPCookieProcessor(BaseHandler): def __init__(self, cookiejar=None): -- cgit v0.12