Immutability

Nick Maclaren nmm1 at cus.cam.ac.uk
Wed Jun 28 03:37:05 EDT 2006


The way that I read it, Python allows only values (and hence types)
to be immutable, and not class members.  The nearest approach to the
latter is to use the name hiding conventions.

Is that correct?


Regards,
Nick Maclaren.



More information about the Python-list mailing list