[issue15608] Improve socketserver doc

Martin Panter report at bugs.python.org
Sun Feb 1 05:38:22 CET 2015


Martin Panter added the comment:

Here is an attempt to tidy up the socketserver documentation:

1. Added headings for each concrete class and mixin
2. Listed the predefined mixin subclasses
3. Changed RequestHandler to BaseRequestHandler and added class heading
4. Included headings for UnixStream/DatagramServer

Other fixes:
* Fixed many class and method cross references
* Pulled out Stream/DatagramRequestHandler definitions
* Reordered the request handler setup(), handle(), finish() methods

----------
keywords: +patch
Added file: http://bugs.python.org/file37950/socketserver-doc.patch

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


More information about the Python-bugs-list mailing list