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 James Crowther
Recipients James Crowther, ned.deily
Date 2017-03-03.00:30:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <0C4A02AA-B5E9-48D8-9AE7-97D0B8200A33@gmail.com>
In-reply-to <1488500872.15.0.507111775567.issue29705@psf.upfronthosting.co.za>
Content
Hi Ned, 
	Doesn’t seem to matter, I can try my local host name given by;

socket.gethostname()

or I can try another host on the network, same result. 

If I do the exact same operation using the same python version on windows or linux, then I get the expected result from gethostbyname which is the ip address of the host. Also on macOS 10.6.8 this still works, using the same version of python.

Happy to give more details if you need.

James
> On 3 Mar 2017, at 11:27 am, Ned Deily <report@bugs.python.org> wrote:
> 
> 
> Ned Deily added the comment:
> 
> What value are you using for hostname?
> 
> ----------
> nosy: +ned.deily
> 
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue29705>
> _______________________________________
History
Date User Action Args
2017-03-03 00:30:09James Crowthersetrecipients: + James Crowther, ned.deily
2017-03-03 00:30:09James Crowtherlinkissue29705 messages
2017-03-03 00:30:09James Crowthercreate