Commit 6fab78e9 authored by Senthil Kumaran's avatar Senthil Kumaran Committed by GitHub

Remove superfluous comment in urllib.error. (#1076)

parent 6dfcc81f
......@@ -16,10 +16,6 @@ import urllib.response
__all__ = ['URLError', 'HTTPError', 'ContentTooShortError']
# do these error classes make sense?
# make sure all of the OSError stuff is overridden. we just want to be
# subtypes.
class URLError(OSError):
# URLError is a sub-type of OSError, but it doesn't share any of
# the implementation. need to override __init__ and __str__.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment