[Python-ideas] Allow using ** twice

Markus Unterwaditzer markus at unterwaditzer.net
Thu Jun 6 16:54:12 CEST 2013


This indicates for me that it generally should be possible to generate the union of two dicts with sth like {} + {}.

-- Markus (from phone)

Ram Rachum <ram.rachum at gmail.com> wrote:
>I'd like to be able to use ** twice (using 2 different dicts) when
>calling 
>a function, and have them both feed arguments into the function.
>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Python-ideas mailing list
>Python-ideas at python.org
>http://mail.python.org/mailman/listinfo/python-ideas



More information about the Python-ideas mailing list