Re: Where is the function of 'apply' always used?

2008-04-13 Thread [EMAIL PROTECTED]
楼主,为何不用中英又语呢?这里也有其它中国人的.
-- 
http://mail.python.org/mailman/listinfo/python-list

Re: Where is the function of 'apply' always used?

2008-04-12 Thread Terry Reedy

"???" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
| I'am a beginner of Python.In the course of reading the Python book,I
| found the function:apply;But
| I don't understand its use.Help!

Apply has been deprecated.  It has been replaced by the use of *args in 
function calls.
It is only still present for old code and will disappear in 3.0.
So you do not need it and should ignore it for now. 



-- 
http://mail.python.org/mailman/listinfo/python-list


Where is the function of 'apply' always used?

2008-04-12 Thread 张春越
I'am a beginner of Python.In the course of reading the Python book,I
found the function:apply;But
I don't understand its use.Help!
-- 
http://mail.python.org/mailman/listinfo/python-list