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 pitrou
Recipients pitrou, rhettinger
Date 2011-02-23.10:35:07
SpamBayes Score 0.0036849913
Marked as misclassified No
Message-id <1298457309.04.0.812009337939.issue11297@psf.upfronthosting.co.za>
In-reply-to
Content
This is nice, but IMO there is some information lacking, e.g.:
- when an underlying mapping is mutated, does the ChainMap get updated too?
- does it work with arbitrary mappings or only with dicts or dicts subclasses?

I think new_child() isn't very useful. It seems two specialized for a one-liner. Ditto for parents().
History
Date User Action Args
2011-02-23 10:35:09pitrousetrecipients: + pitrou, rhettinger
2011-02-23 10:35:09pitrousetmessageid: <1298457309.04.0.812009337939.issue11297@psf.upfronthosting.co.za>
2011-02-23 10:35:07pitroulinkissue11297 messages
2011-02-23 10:35:07pitroucreate