Confused yet again: Very Newbie Question

Matt Nordhoff mnordhoff at mattnordhoff.com
Mon Jul 7 13:06:00 EDT 2008


Jerry Hill wrote:
> On Mon, Jul 7, 2008 at 7:30 AM, mcl <mcl.office at googlemail.com> 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!
-- 



More information about the Python-list mailing list