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)
commit26de655575b5bb2fa16598651d658b64c09216c7
treeb1b5ef04fb4c1f470189eaf9204314d21c5a3a9e
parent0b573f1662c8195b7f1ea6aec911d13d0c35841c
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