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@bugs.python.org> <http://bugs.python.org/issue15608> _______________________________________