PEP 354: Enumerations in Python

sjdevnull at yahoo.com sjdevnull at yahoo.com
Tue Feb 28 12:58:47 EST 2006


Ben Finney wrote:
> PEP 354: Enumerations in Python has been accepted as a draft PEP. The
> current version can be viewed online:

-1 on the proposal as a builtin, -0 on including any kind of
enumeration in the standard library unless I can see a compelling use
case; Carl Banks' approach seems more flexible and doesn't add yet more
to the burgeoning Python distro.

Add me to the "me, too!" list of people who think enumerations would be
better off without > or < comparison.




More information about the Python-list mailing list