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

2015-07-06 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- assignee: - docs@python components: +Documentation, asyncio nosy: +docs@python, gvanrossum, haypo, yselivanov stage: - needs patch type: - behavior versions: +Python 3.4, Python 3.5, Python 3.6

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

2015-07-06 Thread R. David Murray
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