At Monday 30/10/2006 20:37, Nick Vatamaniuc wrote:

In  Python all the primitives are copied and all other entities are
references.

What do you mean?
primitives==builtin classes?
entities==objects?
In Python, objects are never automatically copied, either builtin or user-defined. Even 123 is an object. Names provide references to objects.
Perhaps you were thinking of *another* language.


--
Gabriel Genellina
Softlab SRL
__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! ¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to