On Mon, Jul 7, 2008 at 7:30 AM, mcl <[EMAIL PROTECTED]> wrote: > I did not think you had to make the distinction between 'byvar' and > 'byref' as in Basic.
Python does not use "call by value" or "call by reference" semantics. Instead, python's model is "call by object". See this writeup for some details: http://effbot.org/zone/call-by-object.htm -- Jerry -- http://mail.python.org/mailman/listinfo/python-list