commit | 94035f3aa755ff7541bcb4c280503af86a8bf242 | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Fri Feb 19 03:27:46 2016 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Fri Feb 19 03:27:46 2016 +0000 |
tree | 4276e7cd743d9292d62262538d0bb9ac443e2dfb | |
parent | 63d1f47b491f60fabc328f0c8b6056b0838c015b [diff] |
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