9 Aug
2012
9 Aug
'12
10:04 p.m.
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@bugs.python.org> <http://bugs.python.org/issue15608> _______________________________________