Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow pydoc to run with an arbitrary hostname #75311

Closed
feanil mannequin opened this issue Aug 6, 2017 · 3 comments
Closed

Allow pydoc to run with an arbitrary hostname #75311

feanil mannequin opened this issue Aug 6, 2017 · 3 comments
Assignees
Labels
3.7 (EOL) end of life docs Documentation in the Doc dir type-feature A feature request or enhancement

Comments

@feanil
Copy link
Mannequin

feanil mannequin commented Aug 6, 2017

BPO 31128
Nosy @merwok, @feanil
PRs
  • bpo-31128: Allow pydoc to bind to arbitrary hostnames #3011
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/merwok'
    closed_at = <Date 2017-09-14.21:55:24.142>
    created_at = <Date 2017-08-06.22:55:50.381>
    labels = ['type-feature', '3.7', 'docs']
    title = 'Allow pydoc to run with an arbitrary hostname'
    updated_at = <Date 2017-09-14.21:55:24.141>
    user = 'https://github.com/feanil'

    bugs.python.org fields:

    activity = <Date 2017-09-14.21:55:24.141>
    actor = 'eric.araujo'
    assignee = 'eric.araujo'
    closed = True
    closed_date = <Date 2017-09-14.21:55:24.142>
    closer = 'eric.araujo'
    components = ['Documentation']
    creation = <Date 2017-08-06.22:55:50.381>
    creator = 'feanil'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 31128
    keywords = []
    message_count = 3.0
    messages = ['299817', '302217', '302218']
    nosy_count = 3.0
    nosy_names = ['eric.araujo', 'docs@python', 'feanil']
    pr_nums = ['3011']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue31128'
    versions = ['Python 3.7']

    @feanil
    Copy link
    Mannequin Author

    feanil mannequin commented Aug 6, 2017

    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

    @feanil feanil mannequin assigned docspython Aug 6, 2017
    @feanil feanil mannequin added 3.7 (EOL) end of life docs Documentation in the Doc dir type-feature A feature request or enhancement labels Aug 6, 2017
    @merwok
    Copy link
    Member

    merwok commented Sep 14, 2017

    New changeset 6a396c9 by Éric Araujo (Feanil Patel) in branch 'master':
    bpo-31128: Allow pydoc to bind to arbitrary hostnames (bpo-3011)
    6a396c9

    @merwok
    Copy link
    Member

    merwok commented Sep 14, 2017

    Merged, thanks!

    @merwok merwok closed this as completed Sep 14, 2017
    @merwok merwok assigned merwok and unassigned docspython Sep 14, 2017
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.7 (EOL) end of life docs Documentation in the Doc dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant