On 04/24/2016 09:47 AM, Chris Angelico wrote:
I would normally expect enumerated values to be immutable and hashable, but that isn't actually required by the code AIUI. Under what circumstances is it useful to have mutable enum values?
Values can be anything. The names are immutable and hashable. -- ~Ethan~ -- https://mail.python.org/mailman/listinfo/python-list