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 neologix
Recipients barry, christian.heimes, eli.bendersky, ethan.furman, gvanrossum, ncoghlan, neologix, pitrou, serhiy.storchaka
Date 2013-08-16.10:38:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376649506.42.0.215304549321.issue18720@psf.upfronthosting.co.za>
In-reply-to
Content
I've just had a quick look at the patch, but from what I can see, socket.getaddrinfo() will return a raw integer for the family, and not an AddressFamily instance. That's unfortunate.
History
Date User Action Args
2013-08-16 10:38:26neologixsetrecipients: + neologix, gvanrossum, barry, ncoghlan, pitrou, christian.heimes, eli.bendersky, ethan.furman, serhiy.storchaka
2013-08-16 10:38:26neologixsetmessageid: <1376649506.42.0.215304549321.issue18720@psf.upfronthosting.co.za>
2013-08-16 10:38:26neologixlinkissue18720 messages
2013-08-16 10:38:26neologixcreate