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