Interpolation (was: Keyword calling gotcha ?)

Greg Ewing greg at cosc.canterbury.ac.nz
Thu May 27 23:29:27 EDT 1999


Marko Schulz wrote:
> 
> It would be nice to have a way of interpolating sequences in parameter
> lists.

I'd like to be able to write

	foo(a, b, c, *arglist, **kwdict)

as a function call.

-- 
Greg Ewing, Computer Science Dept, | The address below is not spam-
University of Canterbury,	   | protected, so as not to waste
Christchurch, New Zealand	   | the time of Guido van Rossum.
greg at cosc.canterbury.ac.nz




More information about the Python-list mailing list