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: Link to getfqdn rather than "see above"
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.4, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: berker.peksag, docs@python, python-dev, scop
Priority: normal Keywords: patch

Created on 2015-05-18 21:35 by scop, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
getfqdnlink.patch scop, 2015-05-18 21:35 Link to getfqdn review
Messages (3)
msg243537 - (view) Author: Ville Skyttä (scop) * Date: 2015-05-18 21:35
Would be nice to link to getfqdn() instead of saying "see above" for it in socket.gethostname() docs.
msg243542 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-05-18 22:31
New changeset f6e7953b5431 by Berker Peksag in branch '3.4':
Issue #24233: Add a proper link to socket.getfqdn() documentation.
https://hg.python.org/cpython/rev/f6e7953b5431

New changeset 0d6902537062 by Berker Peksag in branch 'default':
Issue #24233: Add a proper link to socket.getfqdn() documentation.
https://hg.python.org/cpython/rev/0d6902537062
msg243543 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2015-05-18 22:33
Thanks for the patch, Ville.
History
Date User Action Args
2022-04-11 14:58:17adminsetgithub: 68421
2015-05-18 22:33:04berker.peksagsetstatus: open -> closed

versions: + Python 3.4, Python 3.5
nosy: + berker.peksag

messages: + msg243543
resolution: fixed
stage: resolved
2015-05-18 22:31:26python-devsetnosy: + python-dev
messages: + msg243542
2015-05-18 21:35:44scopcreate