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.

classification
Title: use socket.getfqdn where appropriate
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: nowonder Nosy List: fdrake, nowonder
Priority: normal Keywords: patch

Created on 2000-08-16 16:13 by nowonder, last changed 2022-04-10 16:02 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
None nowonder, 2000-08-16 16:13 None
Messages (5)
msg33895 - (view) Author: Peter Schneider-Kamp (nowonder) * (Python triager) Date: 2000-08-16 16:13
 
msg33896 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2000-08-16 20:06
Go ahead and check it in.
Yes, 0.0.0.0 could be accepted as for the local host.  Just check it in.
msg33897 - (view) Author: Peter Schneider-Kamp (nowonder) * (Python triager) Date: 2000-08-16 16:14
update for library to use socket.getfqdn
msg33898 - (view) Author: Peter Schneider-Kamp (nowonder) * (Python triager) Date: 2000-08-16 16:22
ideas:
* could socket.getfqdn() accept '0.0.0.0' for the local host?
* import x as y would be VERY nice <wink>
msg33899 - (view) Author: Peter Schneider-Kamp (nowonder) * (Python triager) Date: 2000-08-16 20:30
checked it in with addition of '0.0.0.0'
History
Date User Action Args
2022-04-10 16:02:17adminsetgithub: 32945
2000-08-16 16:13:02nowondercreate