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.
Created on 2012年12月09日 21:44 by r.david.murray, last changed 2022年04月11日 14:57 by admin.
| Messages (3) | |||
|---|---|---|---|
| msg177236 - (view) | Author: R. David Murray (r.david.murray) * (Python committer) | Date: 2012年12月09日 21:44 | |
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.
|
|||
| msg223119 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2014年07月15日 17:00 | |
I'm assuming that this still needs doing. |
|||
| msg407408 - (view) | Author: Irit Katriel (iritkatriel) * (Python committer) | Date: 2021年11月30日 23:23 | |
There was a recent update nearby in issue40635 by Andrei, but I think it doesn't quite cover this issue. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:39 | admin | set | github: 60856 |
| 2021年11月30日 23:23:42 | iritkatriel | set | nosy:
+ iritkatriel, andrei.avk title: socket.getfqdn docs are not explicit enough about the algorithm. -> [doc] socket.getfqdn docs are not explicit enough about the algorithm. messages: + msg407408 versions: + Python 3.9, Python 3.10, Python 3.11, - Python 2.7, Python 3.4, Python 3.5 |
| 2019年04月26日 19:38:09 | BreamoreBoy | set | nosy:
- BreamoreBoy |
| 2014年07月15日 17:00:41 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages: + msg223119 versions: + Python 3.5, - Python 3.2, Python 3.3 |
| 2012年12月09日 21:44:41 | r.david.murray | create | |