[docs] [issue15608] Improve socketserver doc

Terry J. Reedy report at bugs.python.org
Fri Aug 10 00:04:51 CEST 2012


Terry J. Reedy added the comment:

BaseRequestHandler.__init__(self, request) apparently attaches request to the instance as self.request.

The methods are called in this order: setup, handle, finish. 
If they must be confusingly documented in the opposite order, it would be good for the head entry to state the correct order.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15608>
_______________________________________


More information about the docs mailing list