On Sun, 05 May 2013 20:59:03 +1000 Steven D'Aprano <st...@pearwood.info> wrote: > 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.
So, can you explain why it would make a difference? > As for pickling, the usual restrictions on pickling apply. No. I'm sure pickling classes normally works on Cython and IronPython, and with PEP 3154 pickling nested classes will also be supported. Regards Antoine. _______________________________________________ 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