]> granicus.if.org Git - python/commit
asyncio: Replace connection_refused() with error_received().
authorGuido van Rossum <guido@dropbox.com>
Sat, 16 Nov 2013 00:51:48 +0000 (16:51 -0800)
committerGuido van Rossum <guido@dropbox.com>
Sat, 16 Nov 2013 00:51:48 +0000 (16:51 -0800)
commit2335de7a2082f05c43977996533cee93384ff7a9
treef8b36a6d9ec06849a7365d52813489e1fa56bdcd
parent6f87a08aa70887026f92694ab1bfb9bccf0d7504
asyncio: Replace connection_refused() with error_received().
Lib/asyncio/protocols.py
Lib/asyncio/selector_events.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_selector_events.py