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 Jon.Obermark, benjamin.peterson, r.david.murray
Date 2012-09-07.16:31:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347035476.03.0.415370045514.issue15879@psf.upfronthosting.co.za>
In-reply-to
Content
It is probably true that this is a bug, but subclasses of mutable classes do not normally override __new__.  (I'm curious what your use case is for doing so.)
History
Date User Action Args
2012-09-07 16:31:16r.david.murraysetrecipients: + r.david.murray, benjamin.peterson, Jon.Obermark
2012-09-07 16:31:16r.david.murraysetmessageid: <1347035476.03.0.415370045514.issue15879@psf.upfronthosting.co.za>
2012-09-07 16:31:15r.david.murraylinkissue15879 messages
2012-09-07 16:31:15r.david.murraycreate