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 <rep...@bugs.python.org>
<http://bugs.python.org/issue15608>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to