Kaydet (Commit) 0d54eb9b authored tarafından Senthil Kumaran's avatar Senthil Kumaran

Append HTTPSHandler to __all__ when it is available.

üst 6c5bd40a
......@@ -1200,6 +1200,8 @@ if hasattr(http.client, 'HTTPSConnection'):
https_request = AbstractHTTPHandler.do_request_
__all__.append(HTTPSHandler)
class HTTPCookieProcessor(BaseHandler):
def __init__(self, cookiejar=None):
import http.cookiejar
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment