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 vstinner
Recipients docs@python, vstinner
Date 2011-01-03.16:17:15
SpamBayes Score 0.0016588978
Marked as misclassified No
Message-id <1294071441.53.0.907267492881.issue10818@psf.upfronthosting.co.za>
In-reply-to
Content
The pydoc module has two DocHandler classes and two DocServer classes. I think that they can be easily factorized.

DocServer may also use serve_forever()+shutdown() instead of serve_until_quit()+quit flag, to be able to wait the server (with shutdown()).
History
Date User Action Args
2011-01-03 16:17:21vstinnersetrecipients: + vstinner, docs@python
2011-01-03 16:17:21vstinnersetmessageid: <1294071441.53.0.907267492881.issue10818@psf.upfronthosting.co.za>
2011-01-03 16:17:16vstinnerlinkissue10818 messages
2011-01-03 16:17:15vstinnercreate