]> granicus.if.org Git - python/commit
ayncio, Tulip issue 129: BaseEventLoop.sock_connect() now raises an error if
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 13 Feb 2014 08:24:37 +0000 (09:24 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 13 Feb 2014 08:24:37 +0000 (09:24 +0100)
commit1b0580b3203281e700ab3df10e6d117796f9d955
tree1f6d56d1d8b275d73c08e0824da2a4ee017db449
parent2303fecedcfbdec16999e054e401dfad3a13fc05
ayncio, Tulip issue 129: BaseEventLoop.sock_connect() now raises an error if
the address is not resolved (hostname instead of an IP address) for AF_INET and
AF_INET6 address families.
Doc/library/asyncio-eventloop.rst
Lib/asyncio/base_events.py
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/test/test_asyncio/test_events.py