Commit 2f660eb7 authored by Jason Toffaletti's avatar Jason Toffaletti

more helpful docstring

--HG--
extra : transplant_source : j%91%1B%9E%3A%7D%98x%F9%7Bnp%83%F3%85%19%F6%C3A4
parent cb2c5e53
......@@ -686,7 +686,7 @@ if core.HAS_EVDNS:
- IPv6 support is untested.
- AF_UNSPEC only tries IPv4
- only supports TCP, UDP, IP protocols
- does not support services (port number to name mapping)
- port must be numeric, does not support string service names. see socket.getservbyname
- only supported value for flags is core.DNS_QUERY_NO_SEARCH, see evdns.h
"""
if _ip_re.match(host):
......@@ -717,7 +717,7 @@ if core.HAS_EVDNS:
- raises gaierror with EvDNS error codes instead of standard socket error codes
- does not support /etc/hosts
- IPv6 support is untested.
- does not support services (port number to name mapping)
- port must be numeric, does not support string service names. see socket.getservbyname
- only supported value for flags is core.DNS_QUERY_NO_SEARCH, see evdns.h
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment