FYI (was: watching mutables?)

Samuele Pedroni pedronis at bluewin.ch
Sun Sep 29 11:23:35 EDT 2002


"Jiba" <jiba at tuxfamily.org> ha scritto nel messaggio
news:3d96f25a$0$498$7a628cd7 at news.club-internet.fr...
>
> Try EditObj (http://oomadness.tuxfamily.org/en/editobj) and look at the
> module editobj.eventobj.
>
> It does exactely what you need, but it is quite a hack...

FYI in Python 2.3: __class__ will be immutable for builtin types, and only
mutable for (user) subtypes.

See:

http://mail.python.org/pipermail/python-checkins/2002-August/028681.html

regards.





More information about the Python-list mailing list