Adding dictionnaries

2006-06-13 Thread Salvatore
Hello,

Does anybody had the problem of adding the content of two
dictionnaries. ?

Regards

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Adding dictionnaries

2006-06-13 Thread Salvatore
While reading the doc i've found  'update'  :-)

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Adding dictionnaries

2006-06-13 Thread Paul McGuire
Salvatore [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 While reading the doc i've found  'update'  :-)


Bless you, Salvatore!!

Too often we hear about the gross deficiencies of the Python
documentation.  I'd venture to say that documentation is mostly perceived as
the last resource of a scoundrel.  Thank you for logging for us at least one
documented case of someone finding the answer to their question in, yes, the
documentation!  I really and sincerely thank you!

Also, you will find a wealth of help by using (from the interactive Python
prompt) help(dict) or help(str) or import unfamiliarModule;
help(unfamiliarModule).

-- Paul


-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Adding dictionnaries

2006-06-13 Thread Salvatore

Paul McGuire a écrit :

 Also, you will find a wealth of help by using (from the interactive Python
 prompt) help(dict) or help(str) or import unfamiliarModule;
 help(unfamiliarModule).
 
Thanks Paul

-- 
http://mail.python.org/mailman/listinfo/python-list