diff --git a/Lib/urllib/request.py b/Lib/urllib/request.py index 19e2e5bd335627..d9bad02d7a0ba1 100644 --- a/Lib/urllib/request.py +++ b/Lib/urllib/request.py @@ -123,7 +123,7 @@ 'HTTPBasicAuthHandler', 'ProxyBasicAuthHandler', 'AbstractDigestAuthHandler', 'HTTPDigestAuthHandler', 'ProxyDigestAuthHandler', 'HTTPHandler', 'FileHandler', 'FTPHandler', 'CacheFTPHandler', 'DataHandler', - 'UnknownHandler', 'HTTPErrorProcessor', + 'HTTPSHandler', 'UnknownHandler', 'HTTPErrorProcessor', # Functions 'urlopen', 'install_opener', 'build_opener', 'pathname2url', 'url2pathname', 'getproxies',