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
Date 2017-03-31.01:46:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
One way to make the factory optional is to offer a MixIn. I attached a file with a FactoryMixIn. It's just that I find it awkward that the proposed approach is to pass the extra parameters in a subclassed server. More modern approaches should also be offered.
History
Date User Action Args
2017-03-31 01:46:53dominic108setrecipients: + dominic108, eric.smith
2017-03-31 01:46:53dominic108setmessageid: <[email protected]>
2017-03-31 01:46:53dominic108linkissue29947 messages
2017-03-31 01:46:52dominic108create