Tighten exceptions for new sockets and reads
authorJeremy Stanley <fungi@yuggoth.org>
Thu, 27 Mar 2014 10:51:17 +0000 (10:51 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Thu, 27 Mar 2014 10:51:17 +0000 (10:51 +0000)
commit835a5824f9313c9154388e0074bcfcb8b2a97a2e
tree439984712af1ee6299c75138b033ad274818d503
parent9de758f62c858b1224ded9d3851e7a399eaeb230
Tighten exceptions for new sockets and reads

* lib/mudpy/misc.py(User.enqueue_input,check_for_connection): When
reading from a socket or polling for a new connection, be specific about
the exceptions which are benign so that we will still error out when
more detrimental exceptions are raised.
lib/mudpy/misc.py