[Python-ideas] Enums

M.-A. Lemburg mal at egenix.com
Fri Jul 29 19:51:42 CEST 2011


Guido van Rossum wrote:
> Well, it does sound like we're not going to agree on how enums should
> behave. There are too many different use cases. So I am giving up.
> Sorry. (Also I'm going on vacation and will be mostly off-line for the
> next 2-3 weeks.)

Perhaps we should try to address those use cases one by one,
instead of trying to lump everything into one new object type.

OTOH, I also do think we should be conservative about
adding such new features to the stdlib. There are enough
existing implementations on PyPI and the cookbook (including
the one that implements the rejected PEP 354) to choose
from and there is no one-fits-all type of
named-int-that-belongs-to-a-value-set.

Have a nice vacation,
-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Jul 29 2011)
>>> Python/Zope Consulting and Support ...        http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________

::: Try our new mxODBC.Connect Python Database Interface for free ! ::::


   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611
               http://www.egenix.com/company/contact/



More information about the Python-ideas mailing list