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 r.david.murray
Recipients docs@python, r.david.murray
Date 2012-12-09.21:44:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355089481.55.0.645096435972.issue16652@psf.upfronthosting.co.za>
In-reply-to
Content
From the docs it isn't quite clear if getfqnd() does the equivalent of:

  gethostbyaddr('127.0.0.1')

or

  gethostbyaddr(gethostbyname(gethostname()))

It matters which it is, when debugging a host's name configuration and DNS server problems.
History
Date User Action Args
2012-12-09 21:44:41r.david.murraysetrecipients: + r.david.murray, docs@python
2012-12-09 21:44:41r.david.murraysetmessageid: <1355089481.55.0.645096435972.issue16652@psf.upfronthosting.co.za>
2012-12-09 21:44:41r.david.murraylinkissue16652 messages
2012-12-09 21:44:41r.david.murraycreate