[docs] [issue38221] Enhancement to pydoc for Python 3.6 to allow full backgrounding as a server

Lindsay Haisley report at bugs.python.org
Wed Sep 18 21:53:04 EDT 2019


New submission from Lindsay Haisley <fmouse at fmp.com>:

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 "&".

----------
assignee: docs at python
components: Documentation
files: pydoc3.diff
keywords: patch
messages: 352766
nosy: docs at python, fmouse
priority: normal
severity: normal
status: open
title: Enhancement to pydoc for Python 3.6 to allow full backgrounding as a server
type: enhancement
versions: Python 3.6
Added file: https://bugs.python.org/file48613/pydoc3.diff

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38221>
_______________________________________


More information about the docs mailing list