[issue24577] Document behavior (logging and call to connection_lost) on socket TimeoutError

R. David Murray report at bugs.python.org
Mon Jul 6 17:14:36 CEST 2015


New submission from R. David Murray:

I saw _fatal_error tracebacks in my application log, and thought I had hit an asyncio bug, but according to https://github.com/python/asyncio/issues/135 this is the correct behavior.  That issue ends with a request to open a documentation issue on the python tracker, but I don't think that was done (I couldn't find one, anyway), so I'm opening this one.

At this point in time I have no idea where this would go in the docs.  Maybe in the docs for connection_lost?

----------
messages: 246370
nosy: r.david.murray
priority: normal
severity: normal
status: open
title: Document behavior (logging and call to connection_lost) on socket TimeoutError

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24577>
_______________________________________


More information about the Python-bugs-list mailing list