"Adding" dictionnaries

Paul McGuire ptmcg at austin.rr._bogus_.com
Tue Jun 13 09:39:12 EDT 2006


"Salvatore" <salvatore.didio at wanadoo.fr> wrote in message
news:1150203783.897858.221300 at h76g2000cwa.googlegroups.com...
> 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





More information about the Python-list mailing list