Steve Holden <[EMAIL PROTECTED]> writes: [...] > Yup. Anyway there's a trivial translation for uses of apply. > > apply(f, *args, **kw) => f(*args, **kw) [...]
Steve means: apply(f, args, kw) => f(*args, **kw) John -- http://mail.python.org/mailman/listinfo/python-list