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.

Author feanil
Recipients docs@python, feanil
Date 2017-08-06.22:55:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502060150.4.0.12208327143.issue31128@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2017-08-06 22:55:50feanilsetrecipients: + feanil, docs@python
2017-08-06 22:55:50feanilsetmessageid: <1502060150.4.0.12208327143.issue31128@psf.upfronthosting.co.za>
2017-08-06 22:55:50feanillinkissue31128 messages
2017-08-06 22:55:50feanilcreate