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-04.21:43:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491342197.63.0.823678123047.issue29947@psf.upfronthosting.co.za>
In-reply-to
Content
I simplified the patch. Using a class as a factory function is the simplest case, so I took advantage of this. I also give one way to pass extra parameters to the handler in the factory function, because it's the main reason why we cannot always use a class.
History
Date User Action Args
2017-04-04 21:43:17dominic108setrecipients: + dominic108, eric.smith, r.david.murray, docs@python, martin.panter
2017-04-04 21:43:17dominic108setmessageid: <1491342197.63.0.823678123047.issue29947@psf.upfronthosting.co.za>
2017-04-04 21:43:17dominic108linkissue29947 messages
2017-04-04 21:43:17dominic108create