Message291056
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. |
|
Date |
User |
Action |
Args |
2017-04-03 08:09:30 | dominic108 | set | recipients:
+ dominic108, eric.smith, r.david.murray, docs@python, martin.panter |
2017-04-03 08:09:30 | dominic108 | set | messageid: <1491206970.15.0.506154583981.issue29947@psf.upfronthosting.co.za> |
2017-04-03 08:09:30 | dominic108 | link | issue29947 messages |
2017-04-03 08:09:29 | dominic108 | create | |
|