Need an enum type extension

Will Ware wware at world.std.com
Thu Apr 13 00:52:49 EDT 2000


sue (smalleys at gte.net) wrote:
> Has anyone done an enum implementation?

One C-like idiom I've seen looks like this:

( ALPHA, BRAVO, CHARLIE, DELTA ) = range(4)

-- 
 - - - - - - - - - - - - - - - - - - - - - - - -
Resistance is futile. Capacitance is efficacious.
Will Ware	email:    wware @ world.std.com



More information about the Python-list mailing list