Kaydet (Commit) 4c875a98 authored tarafından Senthil Kumaran's avatar Senthil Kumaran

'HTTPSHandler' and not the type.

üst 0d54eb9b
......@@ -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):
......
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