> > 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. > Sounds good. --Darrell