Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f3f87f7

Browse files
author
Skip Montanaro
committed
oops - export InvalidURL in __all__
1 parent 1e962cb commit f3f87f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/httplib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
__all__ = ["HTTP", "HTTPResponse", "HTTPConnection", "HTTPSConnection",
8080
"HTTPException", "NotConnected", "UnknownProtocol",
8181
"UnknownTransferEncoding", "IllegalKeywordArgument",
82-
"UnimplementedFileMode", "IncompleteRead",
82+
"UnimplementedFileMode", "IncompleteRead", "InvalidURL",
8383
"ImproperConnectionState", "CannotSendRequest", "CannotSendHeader",
8484
"ResponseNotReady", "BadStatusLine", "error"]
8585

0 commit comments

Comments
 (0)