[docs] [issue16652] socket.getfqdn docs are not explicit enough about the algorithm.

R. David Murray report at bugs.python.org
Sun Dec 9 22:44:41 CET 2012


New submission from R. David Murray:

>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.

----------
assignee: docs at python
components: Documentation
messages: 177236
nosy: docs at python, r.david.murray
priority: normal
severity: normal
status: open
title: socket.getfqdn docs are not explicit enough about the algorithm.
type: behavior
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16652>
_______________________________________


More information about the docs mailing list