Jerry Hill wrote: > 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
Ah-ha! That's the article I've been trying to find! I can never remember "effbot"'s name. Thanks! -- -- http://mail.python.org/mailman/listinfo/python-list