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 vstinner
Recipients abarry, vstinner
Date 2016-01-28.00:33:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453941183.92.0.0298183741903.issue26226@psf.upfronthosting.co.za>
In-reply-to
Content
For the test_httpservers failure, can you please try the following commands on your PC?

>>> socket.gethostname()
'selma'
>>> socket.gethostbyaddr(socket.gethostname())
('selma', [], ['2a01:e34:ec8d:4c70:3ea9:f4ff:fe65:c0c', 'fe80::3ea9:f4ff:fe65:c0c'])
History
Date User Action Args
2016-01-28 00:33:03vstinnersetrecipients: + vstinner, abarry
2016-01-28 00:33:03vstinnersetmessageid: <1453941183.92.0.0298183741903.issue26226@psf.upfronthosting.co.za>
2016-01-28 00:33:03vstinnerlinkissue26226 messages
2016-01-28 00:33:03vstinnercreate