mirror of
https://github.com/python/cpython.git
synced 2024-11-25 10:54:51 +08:00
oops - export InvalidURL in __all__
This commit is contained in:
parent
1e962cb61b
commit
f3f87f743e
@ -79,7 +79,7 @@ except ImportError:
|
||||
__all__ = ["HTTP", "HTTPResponse", "HTTPConnection", "HTTPSConnection",
|
||||
"HTTPException", "NotConnected", "UnknownProtocol",
|
||||
"UnknownTransferEncoding", "IllegalKeywordArgument",
|
||||
"UnimplementedFileMode", "IncompleteRead",
|
||||
"UnimplementedFileMode", "IncompleteRead", "InvalidURL",
|
||||
"ImproperConnectionState", "CannotSendRequest", "CannotSendHeader",
|
||||
"ResponseNotReady", "BadStatusLine", "error"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user