]> granicus.if.org Git - python/commit
Inspired by Greg Stein's proposed simplification of the _closesocket
authorGuido van Rossum <guido@python.org>
Sat, 18 Aug 2001 21:00:39 +0000 (21:00 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 18 Aug 2001 21:00:39 +0000 (21:00 +0000)
commit112ea6bfa61e67516f8ab7c0b5b46911d5f7e060
tree62d7bd67b47d3361ee562781d5dc789a854b606c
parentaa32070f4d7b7151974e70b407b0f0dc2a836313
Inspired by Greg Stein's proposed simplification of the _closesocket
class, I came up with an even simpler solution: raise the error in
__getattr__().
Lib/socket.py