[contextectomy, because this quote makes no sense with or without context] In article <[EMAIL PROTECTED]>, Mike Meyer <[EMAIL PROTECTED]> wrote: > >Right. All references are objects, so "call by object" includes all >the possibilities of "call by reference" as a subset. Not all objects >are references, so "call by reference", so it's a proper subset.
Wrong. All references are *to* objects, maybe. There are no objects that "are" references -- objects may *contain* references. You're losing sight of the fact that objects and references are really two completely different things in Python. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/ "19. A language that doesn't affect the way you think about programming, is not worth knowing." --Alan Perlis -- http://mail.python.org/mailman/listinfo/python-list