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 david, rhettinger
Date 2008-07-29.00:17:48
SpamBayes Score 0.020923208
Marked as misclassified No
Message-id <1217290671.71.0.271370755425.issue3458@psf.upfronthosting.co.za>
In-reply-to
Content
This is duplicate of http://bugs.python.org/issue1615701 .  The 
check_exact solution was attempted once but it broke code in a subtle 
and hard to find way so it had to be reverted.  For your use case, try 
UserDict instead of subclassing dict.
History
Date User Action Args
2008-07-29 00:17:52rhettingersetrecipients: + rhettinger, david
2008-07-29 00:17:51rhettingersetmessageid: <1217290671.71.0.271370755425.issue3458@psf.upfronthosting.co.za>
2008-07-29 00:17:50rhettingerlinkissue3458 messages
2008-07-29 00:17:49rhettingercreate