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 r.david.murray
Recipients dominic108, eric.smith, r.david.murray
Date 2017-04-01.02:06:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I think I'm missing something here.  What prevents one from passing a factory function as the RequestHandlerClass argument?  In Python, a class name *is* a factory function for class instances.
History
Date User Action Args
2017-04-01 02:06:25r.david.murraysetrecipients: + r.david.murray, eric.smith, dominic108
2017-04-01 02:06:25r.david.murraysetmessageid: <[email protected]>
2017-04-01 02:06:25r.david.murraylinkissue29947 messages
2017-04-01 02:06:25r.david.murraycreate