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 rhettinger
Recipients ajaksu2, blakeross, rhettinger, terry.reedy
Date 2010-08-11.20:24:29
SpamBayes Score 0.02659665
Marked as misclassified No
Message-id <1281558271.15.0.907736886505.issue1730480@psf.upfronthosting.co.za>
In-reply-to
Content
I concur with Terry.
This is just a fact of life when subclassing builtins.
The objects are "open-for-extension, closed-for-modification".
If you want more direct control use UserDict.
History
Date User Action Args
2010-08-11 20:24:31rhettingersetrecipients: + rhettinger, terry.reedy, blakeross, ajaksu2
2010-08-11 20:24:31rhettingersetmessageid: <1281558271.15.0.907736886505.issue1730480@psf.upfronthosting.co.za>
2010-08-11 20:24:29rhettingerlinkissue1730480 messages
2010-08-11 20:24:29rhettingercreate