This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients gvanrossum, pyptr2, vstinner, yselivanov
Date 2016-05-27.22:21:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464387682.65.0.098632416202.issue27136@psf.upfronthosting.co.za>
In-reply-to
Content
> 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
History
Date User Action Args
2016-05-27 22:21:22yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, pyptr2
2016-05-27 22:21:22yselivanovsetmessageid: <1464387682.65.0.098632416202.issue27136@psf.upfronthosting.co.za>
2016-05-27 22:21:22yselivanovlinkissue27136 messages
2016-05-27 22:21:22yselivanovcreate