<p dir="ltr"><br>
On Feb 12, 2015 5:26 PM, "Eric Snow" <<a href="mailto:ericsnowcurrently@gmail.com">ericsnowcurrently@gmail.com</a>> wrote:<br>
><br>
> On Thu, Feb 12, 2015 at 11:21 AM, Thomas Kluyver <<a href="mailto:thomas@kluyver.me.uk">thomas@kluyver.me.uk</a>> wrote:<br>
> > Or perhaps even a classmethod:<br>
> ><br>
> > dict.merged(a, b, c)<br>
><br>
> A dict factory classmethod like this is the best proposal I've seen<br>
> thus far. *  It would be nice if the spelling were more succinct<br>
> (that's where syntax is helpful).  Imagine:<br>
><br>
>   some_func(**dict.merged(a, b, c))</p>
<p dir="ltr">Or just make "dict(a, b, c)" work.</p>
<p dir="ltr">-eric</p>