Merging two dictionaries

Paul Rubin no.email at nospam.invalid
Mon Aug 2 13:31:55 EDT 2010


Douglas Garstang <doug.garstang at gmail.com> writes:
> where line 42 is 'assert type(default(k))==dict', and the inputs are:

Woops, cut and paste error.  default(k) should say default[k].  Or you
could remove the assertion altogether.



More information about the Python-list mailing list