Bryan Olson <fakeaddr...@nowhere.org> writes:
> The meaning of 'immutable' is well-established in the Python
> literature. Python's immutable types include tuple, frozenset, and
> various kinds of numbers and strings. Class instances, not so much.

But we are talking about objects as they live in the C implementation,
not at the level where Python code deals with them.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to