On 12/30/05, sergio <[EMAIL PROTECTED]> wrote:
Michael Schneider wrote:
> You *kw at the end of your funciton
>
> ...
this didn't work for me.. unless i added **kw instead of *kw..
is this correct?
Yep single star is for arguments while a double star is for keyword arguments. So you are correct.
-- David

