commit | 1b0580b3203281e700ab3df10e6d117796f9d955 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Feb 13 09:24:37 2014 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Feb 13 09:24:37 2014 +0100 |
tree | 1f6d56d1d8b275d73c08e0824da2a4ee017db449 | |
parent | 2303fecedcfbdec16999e054e401dfad3a13fc05 [diff] |
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.