commit | 4c875a986fbbd51774dbc87b742e6e71b57eef58 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Tue Nov 01 23:57:57 2011 +0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Tue Nov 01 23:57:57 2011 +0800 |
tree | dcf985ae2653633eed59c0035ca08b6541ad4baa | |
parent | 0d54eb9bdcf16baf8a1fb31ae69dd0d935ae1df4 [diff] [blame] |
'HTTPSHandler' and not the type.
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 @@ https_request = AbstractHTTPHandler.do_request_ - __all__.append(HTTPSHandler) + __all__.append('HTTPSHandler') class HTTPCookieProcessor(BaseHandler): def __init__(self, cookiejar=None):