Skip to content

Commit

Permalink
Remove superfluous comment in urllib.error. (python#1076)
Browse files Browse the repository at this point in the history
  • Loading branch information
orsenthil authored Apr 11, 2017
1 parent 6dfcc81 commit 6fab78e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Lib/urllib/error.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
__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__.
Expand Down

0 comments on commit 6fab78e

Please sign in to comment.