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 arigo, christian.heimes, dalke, loewis, rhettinger, tds333
Date 2008-01-12.16:26:31
SpamBayes Score 0.0059403908
Marked as misclassified No
Message-id <1200155192.79.0.0121746842178.issue1367711@psf.upfronthosting.co.za>
In-reply-to
Content
> it's better to derived from dict for things like
> this than to derive from UserDict or UserDictMixin

That's true for UserDict but not DictMixin.  IIRC, 
the latter will continue to exist in Py3.0 and it
has a purpose that is much different than UserDict
or dict, namely to build-out objects with a mapping
interface but are *not* dicts under the hood.
History
Date User Action Args
2008-01-12 16:26:32rhettingersetspambayes_score: 0.00594039 -> 0.0059403908
recipients: + rhettinger, loewis, arigo, dalke, tds333, christian.heimes
2008-01-12 16:26:32rhettingersetspambayes_score: 0.00594039 -> 0.00594039
messageid: <1200155192.79.0.0121746842178.issue1367711@psf.upfronthosting.co.za>
2008-01-12 16:26:31rhettingerlinkissue1367711 messages
2008-01-12 16:26:31rhettingercreate