]> granicus.if.org Git - python/commit
<socket>.getsockopt() and <socket>.setsockopt() can only raise socket.error,
authorFred Drake <fdrake@acm.org>
Fri, 11 May 2001 18:28:54 +0000 (18:28 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 11 May 2001 18:28:54 +0000 (18:28 +0000)
commit9f9b593f8d1861ae4c888e08c61d1060c38bdb50
tree15b9d864776401b5bee6f23c3e9b4bbde399d751
parentc79f3d0d42b29723290f8741bb8a296ef1c61712
<socket>.getsockopt() and <socket>.setsockopt() can only raise socket.error,
so only catch that specific exception.
Lib/asyncore.py