]> granicus.if.org Git - python/commit
Issue #15608: Improve socketserver module documentation
authorMartin Panter <vadmium+py@gmail.com>
Fri, 19 Feb 2016 03:27:46 +0000 (03:27 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Fri, 19 Feb 2016 03:27:46 +0000 (03:27 +0000)
commit94035f3aa755ff7541bcb4c280503af86a8bf242
tree4276e7cd743d9292d62262538d0bb9ac443e2dfb
parent63d1f47b491f60fabc328f0c8b6056b0838c015b
Issue #15608: Improve socketserver module documentation

* Add headings for each concrete and mix-in class and list methods and
  attributes under them
* Fix class and method cross references
* Changed RequestHandler to BaseRequestHandler and added class heading
* Pull out Stream/DatagramRequestHandler definitions
* Reordered the request handler setup(), handle(), finish() methods
* Document constructor parameters for the server classes
Doc/library/socketserver.rst