Steven D'Aprano wrote:
> Mike Meyer wrote:
[...]
>> Correct. What's stored in a list is a reference.
> 
> Nonsense. What is stored in the list is an object.

According to the Python Language Reference:

     Some objects contain references to other objects; these are
     called containers. Examples of containers are tuples, lists
     and dictionaries.
     [http://docs.python.org/ref/objects.html]

-- 
--Bryan
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to