Skip to content

Commit a9b31ab

Browse files
authored
Export HTTPSHandler from urllib.request
1 parent caed494 commit a9b31ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/urllib/request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
'HTTPBasicAuthHandler', 'ProxyBasicAuthHandler', 'AbstractDigestAuthHandler',
124124
'HTTPDigestAuthHandler', 'ProxyDigestAuthHandler', 'HTTPHandler',
125125
'FileHandler', 'FTPHandler', 'CacheFTPHandler', 'DataHandler',
126-
'UnknownHandler', 'HTTPErrorProcessor',
126+
'HTTPSHandler', 'UnknownHandler', 'HTTPErrorProcessor',
127127
# Functions
128128
'urlopen', 'install_opener', 'build_opener',
129129
'pathname2url', 'url2pathname', 'getproxies',

0 commit comments

Comments
 (0)