enum34: Enum34 (Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4) enum34: enum34: An enumeration is a set of symbolic names (members) bound to unique, enum34: constant values. Within an enumeration, the members can be compared enum34: by identity, and the enumeration itself can be iterated over. enum34: enum34: enum34: enum34: enum34: enum34: Packaged by Georgi D. Sotirov