Issue 31128: Allow pydoc to run with an arbitrary hostname (original) (raw)

Issue31128

Created on 2017-08-06 22:55 by feanil, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 3011 merged python-dev,2017-08-06 23:00
Messages (3)
msg299817 - (view) Author: Feanil Patel (feanil) * Date: 2017-08-06 22:55
I want to run the pydoc server while doing development inside a container. However, the pydoc http server only binds to localhost with no option to override this. This means that if I'm trying to read the docs from a remote machine, I have to do some network Jiu Jitsu. Acceptance Criteria: - Pydoc takes a new argument that overrides the hostname the server binds to. - Pydoc continues to default to localhost
msg302217 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2017-09-14 21:54
New changeset 6a396c9807b1674a24e240731f18e20de97117a5 by Éric Araujo (Feanil Patel) in branch 'master': bpo-31128: Allow pydoc to bind to arbitrary hostnames (#3011) https://github.com/python/cpython/commit/6a396c9807b1674a24e240731f18e20de97117a5
msg302218 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2017-09-14 21:55
Merged, thanks!
History
Date User Action Args
2022-04-11 14:58:49 admin set github: 75311
2017-09-14 21:55:24 eric.araujo set status: open -> closedmessages: + assignee: docs@python -> eric.araujoresolution: fixedstage: resolved
2017-09-14 21:54:11 eric.araujo set nosy: + eric.araujomessages: +
2017-08-06 23:00:34 python-dev set pull_requests: + <pull%5Frequest3044>
2017-08-06 22:55:50 feanil create