]> granicus.if.org Git - python/commit
socket.error inherits from IOError, it no longer needs listing in
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 12 Apr 2008 22:24:04 +0000 (22:24 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 12 Apr 2008 22:24:04 +0000 (22:24 +0000)
commite6c03033afc58804cfdb143bef67e9cd37e25507
tree77f3210076e18fa2b7f49905061b7903e82d6709
parent73bee444ab1ce9f4fb3f165b3cc814901032895e
socket.error inherits from IOError, it no longer needs listing in
the all_errors tuple.
Lib/ftplib.py