When was extended call syntax introduced?

Jim Sizelove sizelji at insightbb.com
Tue Dec 21 18:06:12 EST 2004


Edward K. Ream wrote:
> Various documentation pages, e.g.
> http://www.python.org/doc/2.3.3/lib/non-essential-built-in-funcs.html
> state that the apply function has been deprecated since 2.3.
> 
> Can anyone tell me when extended call syntax was actually introduced? 
> Neither googling nor brief checks of the 'What's new in Python' or the pep's 
> has turned up this information.  Thanks.
> 
> Edward
> --------------------------------------------------------------------
> Edward K. Ream   email:  edreamleo at charter.net
> Leo: Literate Editor with Outlines
> Leo: http://webpages.charter.net/edreamleo/front.html
> --------------------------------------------------------------------
> 
> 

It looks like the extended call syntax was added in Python 2.0.  See 
"What's New in Python 2.0, 9.1 Minor Langage Changes" at 
http://www.amk.ca/python/2.0/new-python.html

Jim



More information about the Python-list mailing list