Frankly, enums are not that useful in small programs. For largeprograms or libraries, and especially for public APIs, the extra costof defining the enum shouldn't count against them.Let's just import Barry's enums into the stdlib.-- --Guido van Rossum (python.org/~guido)