This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author barry
Recipients John Hagen, barry, eli.bendersky, ethan.furman
Date 2016-07-10.18:09:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160710140900.706c8391@python.org>
In-reply-to <1468172538.35.0.576778185899.issue26988@psf.upfronthosting.co.za>
Content
On Jul 10, 2016, at 05:42 PM, Ethan Furman wrote:

>class Color(Enum, settings=AutoNumber):
[...]
>class Color(Enum, settings=AutoName):

I guess `settings` would take an AutoType enum.  But that can't also be
autonumbered or it would be autos all the way down. :)
History
Date User Action Args
2016-07-10 18:09:04barrysetrecipients: + barry, eli.bendersky, ethan.furman, John Hagen
2016-07-10 18:09:04barrylinkissue26988 messages
2016-07-10 18:09:04barrycreate