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.

classification
Title: Enhancement to pydoc for Python 3.6 to allow full backgrounding as a server
Type: enhancement Stage:
Components: Documentation Versions: Python 3.6
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, fmouse
Priority: normal Keywords: patch

Created on 2019-09-19 01:53 by fmouse, last changed 2022-04-11 14:59 by admin.

Files
File name Uploaded Description Edit
pydoc3.diff fmouse, 2019-09-19 01:53 Unified diff of enhancement against /usr/lib/python3.6/pydoc.py
Messages (1)
msg352766 - (view) Author: Lindsay Haisley (fmouse) * Date: 2019-09-19 01:53
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 "&".
History
Date User Action Args
2022-04-11 14:59:20adminsetgithub: 82402
2019-09-19 01:53:04fmousecreate