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 dominic108
Recipients docs@python, dominic108, eric.smith, martin.panter, r.david.murray
Date 2017-04-03.08:09:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491206970.15.0.506154583981.issue29947@psf.upfronthosting.co.za>
In-reply-to
Content
The key point, IMHO, is that the BaseRequestHandler class is just provided as an option and its API (setup, handle and finish) is ignored by the code that we support. 

Some applications may have used the API, but these are details in applications. Simply, we keep BaseRequestHandler as it is so that we do not break these applications. 

So, yes, we should keep supporting the API, but we do not expect this API on our side. The latter is the key point.
History
Date User Action Args
2017-04-03 08:09:30dominic108setrecipients: + dominic108, eric.smith, r.david.murray, docs@python, martin.panter
2017-04-03 08:09:30dominic108setmessageid: <1491206970.15.0.506154583981.issue29947@psf.upfronthosting.co.za>
2017-04-03 08:09:30dominic108linkissue29947 messages
2017-04-03 08:09:29dominic108create