On 12 August 2013 22:01, Ryan wrote:
> Keep it, but put better documentation. It's needed.
There are many a useful package outside of the standard library. If this is
genuinely useful in some specialist use cases then I'm sure the code will
find its way to a github repo and be maintained as a
1) Is there limitation that EnumValues themselves must be immutable?
2) I'm most excited by the prospect of using these Enums as function
defaults. I've not worked it through fully, but I'm guessing the following
will work?
>>> class Colors(Enum):
...red = (256, 0, 0)
>>> def fill(color=