Message 235040 - Python tracker (original) (raw)

For the PEP update, please check out the PEP repo at hg.python.org and send a patch to peps@python.org. On Jan 30, 2015 3:54 AM, "Neil Girdhar" <report@bugs.python.org> wrote:

Neil Girdhar added the comment:

Is it possible to edit the PEP to reflect the current design decisions?

Specifically:

{'x': 1, **{'x': 2}} {'x': 2}

{**{'x': 2}, 'x': 1} {'x': 1}



Python tracker <report@bugs.python.org> <http://bugs.python.org/issue2292>