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 xdegaye
Recipients Alex.Willmer, xdegaye
Date 2016-05-25.14:40:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464187243.8.0.748807076486.issue26936@psf.upfronthosting.co.za>
In-reply-to
Content
This patch fixes the testGetaddrinfo test for API 21 (the test runs fine on API 23):
    The failing statement 'socket.getaddrinfo(HOST, "http")' in testGetaddrinfo does not test explicitly for "http" and for the absence of the optional 'type' parameter.
    When is_android is True, the 'socket.getaddrinfo('127.0.0.1', "echo", type=socket.SOCK_DGRAM)' statement is run instead and the test is ok.
History
Date User Action Args
2016-05-25 14:40:43xdegayesetrecipients: + xdegaye, Alex.Willmer
2016-05-25 14:40:43xdegayesetmessageid: <1464187243.8.0.748807076486.issue26936@psf.upfronthosting.co.za>
2016-05-25 14:40:43xdegayelinkissue26936 messages
2016-05-25 14:40:43xdegayecreate