trapping errors in function call syntax

Fredrik Lundh fredrik at pythonware.com
Mon Feb 13 14:36:00 EST 2006


Andrew Gwozdziewycz wrote:

> While we're at it... Can someone point me to either an old post, or
> documentation about tuple expansion with * ? I recently saw it used
> and was shocked as i had no clue what it really did. I didn't know it
> could be used outside of function definitions.

the reference page is here:

    http://docs.python.org/ref/calls.html

</F>






More information about the Python-list mailing list