You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.
We have an ad-hoc Enum class at https://github.com/mozilla-services/cliquet/blob/master/cliquet/utils.py#L152
it behaves very differently from Python 3.4 Enum - https://docs.python.org/3/library/enum.html and even makes our Project shadow the stdlib Enum in 3.4
I don't see any good reason to keep ours, as we can use "enum34" which backports enum in all Python version.
However, that's not a small change - so I'd like to ask here before doing it - in case I am missing a good reason to keep it
The text was updated successfully, but these errors were encountered: