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 Kirk Hansen, docs@python, r.david.murray
Date 2016-07-18.20:15:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468872909.12.0.413260198709.issue27561@psf.upfronthosting.co.za>
In-reply-to
Content
It doesn't just apply to dicts, it applies to all the built in collection types (and possibly to other built in types).  But not to all the methods, which will make the documentation somewhat vague ("you may not be able to successfully override base class methods such as __setitem__...")  Oh, and I suppose it needs to be marked as a CPython implementation detail.
History
Date User Action Args
2016-07-18 20:15:09r.david.murraysetrecipients: + r.david.murray, docs@python, Kirk Hansen
2016-07-18 20:15:09r.david.murraysetmessageid: <1468872909.12.0.413260198709.issue27561@psf.upfronthosting.co.za>
2016-07-18 20:15:09r.david.murraylinkissue27561 messages
2016-07-18 20:15:09r.david.murraycreate