[issue10818] pydoc: refactorize duplicate DocHandler and DocServer classes

STINNER Victor report at bugs.python.org
Mon Jan 3 17:17:21 CET 2011


New submission from STINNER Victor <victor.stinner at haypocalc.com>:

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()).

----------
assignee: docs at python
components: Documentation, Library (Lib)
messages: 125190
nosy: docs at python, haypo
priority: normal
severity: normal
status: open
title: pydoc: refactorize duplicate DocHandler and DocServer classes
versions: Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10818>
_______________________________________


More information about the Python-bugs-list mailing list