Ben Finney <[EMAIL PROTECTED]> writes:
>
>     "Since the values of an enumeration are directly reflected in the
>     values and attributes, Enum instances are immutable to preserve
>     this relationship"

This justifies making the attributes immutable. But that's old hat - I
had that use case last year. It doesn't justify making the instances
immutable. Or if it does, I missed it.

       thanks,
       <mike
-- 
Mike Meyer <[EMAIL PROTECTED]>                  http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to