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 fmouse
Recipients docs@python, fmouse
Date 2019-09-19.01:53:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568857984.74.0.551082494657.issue38221@roundup.psfhosted.org>
In-reply-to
Content
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
2019-09-19 01:53:04fmousesetrecipients: + fmouse, docs@python
2019-09-19 01:53:04fmousesetmessageid: <1568857984.74.0.551082494657.issue38221@roundup.psfhosted.org>
2019-09-19 01:53:04fmouselinkissue38221 messages
2019-09-19 01:53:04fmousecreate