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 barry, fhaxbox66@googlemail.com, mark.dickinson, r.david.murray
Date 2014-10-06.13:00:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412600412.33.0.648494198516.issue22562@psf.upfronthosting.co.za>
In-reply-to
Content
Agreed.  If you want it to be a singleton in your code, use the singleton pattern in your code...but it is hard for me to see why that would be a good idea :) (ie: DRY).  Globally, it does not seem to me that there are likely to be any significant number of identical definitions in non-related codebases, even absent the mutable-class issue.
History
Date User Action Args
2014-10-06 13:00:12r.david.murraysetrecipients: + r.david.murray, barry, mark.dickinson, fhaxbox66@googlemail.com
2014-10-06 13:00:12r.david.murraysetmessageid: <1412600412.33.0.648494198516.issue22562@psf.upfronthosting.co.za>
2014-10-06 13:00:12r.david.murraylinkissue22562 messages
2014-10-06 13:00:12r.david.murraycreate