]> 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)
commit0ee29c2c7fbc7e1b10e153b0cb59d2270347d4f3
treea12bfe6a1d42c325134ca0a245cce8e96aa9a641
parent3cb9914488d2d5c95a1b688a68302f5fa2e914ad
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