dict.update() useful or not?

Aahz aahz at pythoncraft.com
Wed Aug 13 11:11:05 EDT 2008


In article <00b06f78$0$14351$c3e8da3 at news.astraweb.com>,
Steven D'Aprano  <steve at REMOVE-THIS-cybersource.com.au> wrote:
>
>What do other people find? Do you find use for dict.update()? What other 
>idioms do you use for combining dictionaries?

My company's code relies heavily on d.update() -- it's extremely handy in
the context of a web form.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

Adopt A Process -- stop killing all your children!



More information about the Python-list mailing list