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 adam-collard, jcea, r.david.murray
Date 2010-02-21.20:09:32
SpamBayes Score 1.7687112e-06
Marked as misclassified No
Message-id <1266782974.54.0.148166154671.issue7975@psf.upfronthosting.co.za>
In-reply-to
Content
The bug seems to have been introduced by an incomplete or incorrect translation to the newer idiom (DictMixin to MutableMapping).  Since bsddb is gone in py3, I'm inclined to fix it by just going back to using DictMixin.  There are no tests for the DictMixin functionality added in Python 2.3.
History
Date User Action Args
2010-02-21 20:09:34r.david.murraysetrecipients: + r.david.murray, jcea, adam-collard
2010-02-21 20:09:34r.david.murraysetmessageid: <1266782974.54.0.148166154671.issue7975@psf.upfronthosting.co.za>
2010-02-21 20:09:32r.david.murraylinkissue7975 messages
2010-02-21 20:09:32r.david.murraycreate