This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients docs@python, martin.panter, terry.reedy
Date 2015-02-01.04:38:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422765502.59.0.00176460897415.issue15608@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2015-02-01 04:38:23martin.pantersetrecipients: + martin.panter, terry.reedy, docs@python
2015-02-01 04:38:22martin.pantersetmessageid: <1422765502.59.0.00176460897415.issue15608@psf.upfronthosting.co.za>
2015-02-01 04:38:22martin.panterlinkissue15608 messages
2015-02-01 04:38:22martin.pantercreate