On Mar 4, 7:38 pm, Antoine De Groote <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I've been googling for quite a while now but can't find anything about a
> function/keyword to make a list (or something else) immutable. Could
> anybody point me to docs about this matter or give me a reason why this
> (apparently) doesn't exist in Python?

First result from google 'python freeze object':

http://www.python.org/dev/peps/pep-0351/

The PEP was rejected but the document contains a link to a discussion
about why there is no such thing in python:

http://mail.python.org/pipermail/python-dev/2006-February/060793.html

HTH

--
Arnaud

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

Reply via email to