On Tue, 2017-05-16 at 12:36 +0200, Piotr Ożarowski wrote: > [Brian May, 2017-05-16] > > python-enum - robust enumerated type support in Python > > ah, that's why python-enum34 name was chosen, there's even > "Breaks: python-enum" - I've missed it because it's no longer in > unstable
Indeed both (enum and enum34) are different projects. The latter is officially described as a backport of the enum module introduced since Python 3.4 to previous versions. That's probably the one you should be using. Ghis