[Python-ideas] Allow using ** twice

Devin Jeanpierre jeanpierreda at gmail.com
Thu Jun 6 19:47:05 CEST 2013


On Thu, Jun 6, 2013 at 1:40 PM, Markus Unterwaditzer
<markus at unterwaditzer.net> wrote:
> Actually i wouldn't expect += to be the same as dict.update, but it rather would create a new dictionary.

That would be inconsistent with e.g. += on list (which is roughly
equivalent to list.extend).

-- Devin


More information about the Python-ideas mailing list