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 dominic108, eric.smith, martin.panter, r.david.murray
Date 2017-04-01.16:16:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491063397.42.0.79593992465.issue29947@psf.upfronthosting.co.za>
In-reply-to
Content
To sum up, David clarified that we can in fact easily pass an arbitrary factory method that creates and starts a request handler, instead of a request handler class with setup, handle and finish in its API. This could indeed be a valid reason to consider this issue resolved,  but I would like to be sure that it is really a normal and supported use of the code. The only place where I can ask this is here. If I ask in StackOverflow, etc. I would get all kind of opinions  and it would not be useful.  To be honest, looking at the parameter name, the documentation,  the examples, etc. it does not look at all a normal and supported use of the code, but who am I to decide that?  If it turns out to be a normal and supported use of the code, then I will create a different issue only about the documentation, because it's not clear at all.
History
Date User Action Args
2017-04-01 16:16:37dominic108setrecipients: + dominic108, eric.smith, r.david.murray, martin.panter
2017-04-01 16:16:37dominic108setmessageid: <1491063397.42.0.79593992465.issue29947@psf.upfronthosting.co.za>
2017-04-01 16:16:37dominic108linkissue29947 messages
2017-04-01 16:16:37dominic108create