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)
* 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.


No differences found