[Tutor] "TypeError: 'int' object is not callable"??

Jacob S. keridee at jayco.net
Fri Dec 17 22:54:17 CET 2004


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  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
>
>



More information about the Tutor mailing list