[Python-Dev] Enum Eccentricities

Greg Ewing greg.ewing at canterbury.ac.nz
Mon Sep 23 02:53:38 CEST 2013


Ethan Furman wrote:
> Also, if we change Enum so that members do act more like class 
> attributes, then things like Color.red.blue.green.blue will result in 
> Color.blue,

I thought we already decided it was worth making that
not happen?

-- 
Greg


More information about the Python-Dev mailing list