PYTH 1.0 NO IDEA Avatar
  1. OMG Issue

PYTH — Python: Mapping of enumerators

  • Key: PYTH-5
  • Legacy Issue Number: 3238
  • Status: closed  
  • Source: Humboldt-Universitaet ( Martin von Loewis)
  • Summary:

    I also think that there is an error in the enum mapping section, which
    says that

    module M {
    interface O {
    enum Farbe

    {rot, gruen, blau}

    ;
    };
    };

    maps to M.O_rot, M.O_gruen and M.O_blau. It makes much more sense for
    them to map to M.O.rot, etc.

  • Reported: PYTH 1.0b1 — Wed, 19 Jan 2000 05:00 GMT
  • Disposition: Resolved — PYTH 1.0
  • Disposition Summary:

    The example needs to be corrected

  • Updated: Fri, 6 Mar 2015 20:58 GMT