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 asmodai, benjamin.peterson, brett.cannon, collinwinter, loewis, nedds, r.david.murray, rhettinger
Date 2010-04-08.15:53:17
SpamBayes Score 0.0063784076
Marked as misclassified No
Message-id <1270741998.79.0.86397946869.issue2876@psf.upfronthosting.co.za>
In-reply-to
Content
Converting DictMixin to collections.MutableMapping is not necessarily a complete solution.  MutableMapping does not provide all the methods that DictMixin does.  See for example the problems encountered in issue 7975.
History
Date User Action Args
2010-04-08 15:53:18r.david.murraysetrecipients: + r.david.murray, loewis, brett.cannon, collinwinter, rhettinger, benjamin.peterson, asmodai, nedds
2010-04-08 15:53:18r.david.murraysetmessageid: <1270741998.79.0.86397946869.issue2876@psf.upfronthosting.co.za>
2010-04-08 15:53:17r.david.murraylinkissue2876 messages
2010-04-08 15:53:17r.david.murraycreate