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.02:20:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Finally, I looked around and people just use the server to pass any extra parameter. I do find it awkward, but it works and it is simple, in fact simpler than having to define a factory object. I don't close it, because I will be happy to see another opinion. I would use this factory approach for myself, because I am just not comfortable to add an attribute to a server that would not even look at it, but maybe that it just me.
History
Date User Action Args
2017-03-31 02:20:39dominic108setrecipients: + dominic108, eric.smith
2017-03-31 02:20:39dominic108setmessageid: <[email protected]>
2017-03-31 02:20:39dominic108linkissue29947 messages
2017-03-31 02:20:38dominic108create