On 05/05/13 20:05, Antoine Pitrou wrote:

I still would like to see Nick's class-based API preferred over the
functional API:

    class Season(Enum, members='spring summer autumn'):
       pass

-1

As already mentioned, this is no substitute for the functional API as it is a 
statement, not an expression.

As for pickling, the usual restrictions on pickling apply. It's not like the 
functional API creates new and unexpected restrictions.



--
Steven
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to