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:32:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <B89C2442-2E28-4B54-9907-B3B2E8B0D2B1@gmail.com>
In-reply-to <1464387682.65.0.098632416202.issue27136@psf.upfronthosting.co.za>
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.

Actually, we should probably return in case of AF_UNSPEC too.
History
Date User Action Args
2016-05-27 22:32:43yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, pyptr2
2016-05-27 22:32:43yselivanovlinkissue27136 messages
2016-05-27 22:32:43yselivanovcreate