X Tutup
Skip to content

Commit 6fab78e

Browse files
authored
Remove superfluous comment in urllib.error. (python#1076)
1 parent 6dfcc81 commit 6fab78e

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)
X Tutup