Ben Finney <[EMAIL PROTECTED]> writes:
> Enumerations with no values are meaningless.  The exception
> ``EnumEmptyError`` is raised if the constructor is called with no
> value arguments.

Why are empty enumerations not allowed?  Empty sets, empty lists,
empty dictionaries are all allowed.  I don't see any obvious benefits
to not allowing empty enumerations.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to