Message 234411 - Python tracker

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.

Content
Why is that correct?  The PEP mentions overriding.  Right now each dict overrides values from the last silently, which I think makes sense.  The keyword arguments you pass in override keys from previous dicts (also good I think).  The problem is that you can pass multiple duplicate keyword arguments, and the one below, which I think should succeed.