New submission from STINNER Victor <victor.stin...@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: d...@python
components: Documentation, Library (Lib)
messages: 125190
nosy: d...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue10818>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to