commit | 0d54eb9bdcf16baf8a1fb31ae69dd0d935ae1df4 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Tue Nov 01 23:49:46 2011 +0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Tue Nov 01 23:49:46 2011 +0800 |
tree | 208043e43deb4bac09d46499b3891572d5874986 | |
parent | 6c5bd40a3e68b63c2406de0c165ee213bd9f91f1 [diff] [blame] |
Append HTTPSHandler to __all__ when it is available.
diff --git a/Lib/urllib/request.py b/Lib/urllib/request.py index 97fd544..d360966 100644 --- a/Lib/urllib/request.py +++ b/Lib/urllib/request.py
@@ -1200,6 +1200,8 @@ https_request = AbstractHTTPHandler.do_request_ + __all__.append(HTTPSHandler) + class HTTPCookieProcessor(BaseHandler): def __init__(self, cookiejar=None): import http.cookiejar