[Python-Dev] Enum Eccentricities (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Mon Sep 23 02:53:38 CEST 2013
- Previous message: [Python-Dev] Enum Eccentricities
- Next message: [Python-Dev] Enum Eccentricities
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Enum Eccentricities
- Next message: [Python-Dev] Enum Eccentricities
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]