Charles D Hixson wrote: > I want a hundred or so read-only variables, and I'm not sure the best > way to achieve it.
What do you really want to do? I recommend that you forget about bondage and
rely upon displine:
class Test(object):
"""Never change an attribute with an uppercase name."""
SIMPLE = "simple example working"
Now that was easy...
Peter
--
http://mail.python.org/mailman/listinfo/python-list
