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 vstinner
Recipients Arfrever, Jim.Jewett, eric.araujo, eric.snow, georg.brandl, giampaolo.rodola, gvanrossum, michael.foord, pitrou, poq, python-dev, r.david.murray, rhettinger, skrah, vstinner
Date 2012-04-15.22:21:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334528488.86.0.814580406103.issue14386@psf.upfronthosting.co.za>
In-reply-to
Content
> Summary:  The collections.abc module is fine as-is.

Ok, but there is still an issue: issubclass(types.MappingProxyType, collections.abc.Mapping) is False. Attached registers MappingProxyType as a Mapping. Is it correct?

The patch also renames dict_proxy to mappingproxy. Is it backward incompatible? (collections.abc module was added to Python 3.3)
History
Date User Action Args
2012-04-15 22:21:28vstinnersetrecipients: + vstinner, gvanrossum, georg.brandl, rhettinger, pitrou, giampaolo.rodola, eric.araujo, Arfrever, r.david.murray, michael.foord, skrah, python-dev, eric.snow, poq, Jim.Jewett
2012-04-15 22:21:28vstinnersetmessageid: <1334528488.86.0.814580406103.issue14386@psf.upfronthosting.co.za>
2012-04-15 22:21:28vstinnerlinkissue14386 messages
2012-04-15 22:21:28vstinnercreate