>>> a = {}
>>> b = {1:2}
>>> dict(a, **b)
If b is a huge dict - not a good approach
--
*Victor Varvariuc*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20120420/b692fd1a/attachment.html>