Skip to content

Commit f3972dd

Browse files
authored
[3.5] Remove superfluous comment in urllib.error. (GH-1076) (GH-1102)
(cherry picked from commit 6fab78e)
1 parent 72b1d41 commit f3972dd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Lib/urllib/error.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
__all__ = ['URLError', 'HTTPError', 'ContentTooShortError']
1717

1818

19-
# do these error classes make sense?
20-
# make sure all of the OSError stuff is overridden. we just want to be
21-
# subtypes.
22-
2319
class URLError(OSError):
2420
# URLError is a sub-type of OSError, but it doesn't share any of
2521
# the implementation. need to override __init__ and __str__.

0 commit comments

Comments
 (0)