On 5/2/06, Greg Ewing <[EMAIL PROTECTED]> wrote:
> Terry Reedy wrote:
>
> > my way to call your example (given the data in separate variables):
> >   make_person(name, age, phone, location)
> > your way:
> >   make_person(name=name, age=age, phone=phone, location = location)
>
> For situations like that, I've sometimes thought
> it would be useful to be able to say something like
>
>    make_person(=name, =age, =phone, =location)

And even with Terry's use case quoted I can't make out what you meant
that to do.

--
--Guido van Rossum (home page: http://www.python.org/~guido/)
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to