Thanks a lot. Really helps. > > You understood correctly. I have been searching and can not find a > > good Python Reference showing Methods and Functions that are > > available, any suggestions? > > http://docs.python.org/library/stdtypes.html#mapping-types-dict > > kwargs is a dict. Instead of has_key use "in" > > if "foo" in dictionary: ... > > Diez
-- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

