Yury Selivanov added the comment: > Maybe the form requirements for Bluetooth addresses are different than for IP > or ipv6? I guess the validation should be protocol-specific.
Right, I've just looked at the code [1]. We should return from _ipaddr_info if family is not an AF_UNSPEC, AF_INET or AF_INET6. [1] https://github.com/python/asyncio/blob/master/asyncio/base_events.py#L90 ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27136> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com