Hey, could you give an example?
Thanks,
Jacob

>
> apply() is deprecated; it has been replaced by 'extended call syntax'.
Instead of
>    apply(fn, args, kwds)
> you can now write
>    fn(*args, **kwds)
>
> Kent
> _______________________________________________
> Tutor maillist  -  [EMAIL PROTECTED]
> http://mail.python.org/mailman/listinfo/tutor
>
>

_______________________________________________
Tutor maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to