Message158375
> 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) |
|
Date |
User |
Action |
Args |
2012-04-15 22:21:28 | vstinner | set | recipients:
+ 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:28 | vstinner | set | messageid: <1334528488.86.0.814580406103.issue14386@psf.upfronthosting.co.za> |
2012-04-15 22:21:28 | vstinner | link | issue14386 messages |
2012-04-15 22:21:28 | vstinner | create | |
|