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 loewis
Recipients loewis, schmir, vstinner
Date 2013-01-01.22:13:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357078384.78.0.420497221673.issue16208@psf.upfronthosting.co.za>
In-reply-to
Content
The data returned is not bogus; this is the correct result. If the system's getaddrinfo returns an unsupported address family, Python returns a bytes object (the system's sockaddr buffer) to the application. This should be documented, though (either in the introduction to the socket module, or specifically for getaddrinfo).
History
Date User Action Args
2013-01-01 22:13:04loewissetrecipients: + loewis, vstinner, schmir
2013-01-01 22:13:04loewissetmessageid: <1357078384.78.0.420497221673.issue16208@psf.upfronthosting.co.za>
2013-01-01 22:13:04loewislinkissue16208 messages
2013-01-01 22:13:04loewiscreate