When an exception is raised (like a Timeout or an EOF), the raised exception triggers another exception (Timeout or EOF respectively.) In Python 2.x this was not a problem but in Python 3.x this ...