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 r.david.murray, raniere, vstinner
Date 2015-03-27.15:12:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427469176.97.0.86575156781.issue23788@psf.upfronthosting.co.za>
In-reply-to
Content
Can you try simply:

   socket.create_connection(("sadflkjsasf.i.nvali.d.", 80))

Here is raise: socket.gaierror: [Errno -2] Name or service not known

And what are your DNS servers?

   cat /etc/resolv.conf
History
Date User Action Args
2015-03-27 15:12:57vstinnersetrecipients: + vstinner, r.david.murray, raniere
2015-03-27 15:12:56vstinnersetmessageid: <1427469176.97.0.86575156781.issue23788@psf.upfronthosting.co.za>
2015-03-27 15:12:56vstinnerlinkissue23788 messages
2015-03-27 15:12:56vstinnercreate