]> git.ipfire.org Git - thirdparty/Python/cpython.git/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)
commit28773465e699b4a9a2e6411de80fb06d2652d3e3
tree9f0c79dd40fbda255c523149ccffb2e1e7c43e4e
parent7dfaa27fddb57ffcaf79bf21c49fd2a2cd741ab9
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