mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Fix missing urllib.error ContentTooShortError stub.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
# Stubs for urllib.error
|
||||
|
||||
# NOTE: These are incomplete!
|
||||
|
||||
class URLError(IOError): ...
|
||||
class HTTPError(URLError): ...
|
||||
class ContentTooShortError(URLError): ...
|
||||
|
||||
Reference in New Issue
Block a user