mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
'HTTPSHandler' and not the type.
This commit is contained in:
parent
0d54eb9bdc
commit
4c875a986f
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue