Issue 2129: Link error of gethostbyaddr and gethostname in Python Manuals (the chm file) (original) (raw)
Issue2129
Created on 2008-02-16 16:32 by juneaftn, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Messages (3) | ||
---|---|---|
msg62459 - (view) | Author: June Kim (juneaftn) | Date: 2008-02-16 16:32 |
Finding gethostname and gethostbyaddr entities from the index tab and clicking them in Python25.chm results in showing up the wrong section of 14.1.1 Process Parameters, instead of the proper section 17.2 socket. | ||
msg62614 - (view) | Author: Martin v. Löwis (loewis) * ![]() |
Date: 2008-02-21 10:00 |
That's difficult to fix. Notice that this page does reference gethostbyaddr (in the uname documentation), and that the online HTML version links to both the socket and the os modules. Apparently, the CHM generation picks up the first link. | ||
msg62653 - (view) | Author: Georg Brandl (georg.brandl) * ![]() |
Date: 2008-02-21 20:18 |
I think you get two links in the CHM generated by Sphinx. Can somebody with a working HTML Help Compiler check that? |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:30 | admin | set | github: 46382 |
2008-05-11 10:44:28 | georg.brandl | set | status: pending -> closed |
2008-03-29 01:55:22 | georg.brandl | set | status: open -> pending |
2008-02-21 20🔞08 | georg.brandl | set | assignee: georg.brandlmessages: + nosy: + georg.brandl |
2008-02-21 10:00:12 | loewis | set | nosy: + loewismessages: + |
2008-02-16 16:32:39 | juneaftn | create |