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 terry.reedy
Recipients docs@python, terry.reedy
Date 2012-08-09.22:04:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344549891.23.0.892964953014.issue15608@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-08-09 22:04:51terry.reedysetrecipients: + terry.reedy, docs@python
2012-08-09 22:04:51terry.reedysetmessageid: <1344549891.23.0.892964953014.issue15608@psf.upfronthosting.co.za>
2012-08-09 22:04:50terry.reedylinkissue15608 messages
2012-08-09 22:04:50terry.reedycreate