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

Enhancement to pydoc for Python 3.6 to allow full backgrounding as a server #82402

Open
fmouse mannequin opened this issue Sep 19, 2019 · 1 comment
Open

Enhancement to pydoc for Python 3.6 to allow full backgrounding as a server #82402

fmouse mannequin opened this issue Sep 19, 2019 · 1 comment
Labels
docs Documentation in the Doc dir type-feature A feature request or enhancement

Comments

@fmouse
Copy link
Mannequin

fmouse mannequin commented Sep 19, 2019

BPO 38221
Files
  • pydoc3.diff: Unified diff of enhancement against /usr/lib/python3.6/pydoc.py
  • 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 = None
    closed_at = None
    created_at = <Date 2019-09-19.01:53:04.702>
    labels = ['type-feature', 'docs']
    title = 'Enhancement to pydoc for Python 3.6 to allow full backgrounding as a server'
    updated_at = <Date 2019-09-19.01:53:04.702>
    user = 'https://bugs.python.org/fmouse'

    bugs.python.org fields:

    activity = <Date 2019-09-19.01:53:04.702>
    actor = 'fmouse'
    assignee = 'docs@python'
    closed = False
    closed_date = None
    closer = None
    components = ['Documentation']
    creation = <Date 2019-09-19.01:53:04.702>
    creator = 'fmouse'
    dependencies = []
    files = ['48613']
    hgrepos = []
    issue_num = 38221
    keywords = ['patch']
    message_count = 1.0
    messages = ['352766']
    nosy_count = 2.0
    nosy_names = ['docs@python', 'fmouse']
    pr_nums = []
    priority = 'normal'
    resolution = None
    stage = None
    status = 'open'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue38221'
    versions = ['Python 3.6']

    @fmouse
    Copy link
    Mannequin Author

    fmouse mannequin commented Sep 19, 2019

    This patch extends the functionality of pydoc3 to allow it to run purely as a server, as is the case with pydoc for python 2.7. If the -d option is specified, pydoc as a server (-p <port> option) may be backgrounded to a subshell with "&".

    @fmouse fmouse mannequin assigned docspython Sep 19, 2019
    @fmouse fmouse mannequin added docs Documentation in the Doc dir type-feature A feature request or enhancement labels Sep 19, 2019
    @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
    docs Documentation in the Doc dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants