]> granicus.if.org Git - python/commit
asyncio, Tulip issue 139: Improve error messages on "fatal errors"
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 19 Feb 2014 00:40:41 +0000 (01:40 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 19 Feb 2014 00:40:41 +0000 (01:40 +0100)
commit065ca25aae644a0db313905319ce745fb2aead6c
tree11734d113e681c5160ef92edafda12133fad5ad7
parentc098241342f9f0636e98b81d016564cc4153f158
asyncio, Tulip issue 139: Improve error messages on "fatal errors"

Mention if the error was caused by a read or a write, and be more specific on
the object (ex: "pipe transport" instead of "transport").
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_proactor_events.py
Lib/test/test_asyncio/test_selector_events.py
Lib/test/test_asyncio/test_unix_events.py