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-11.19:25:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160711152520.1fd0564e@anarchist.wooz.org>
In-reply-to <1468263927.64.0.539313905661.issue26988@psf.upfronthosting.co.za>
Content
On Jul 11, 2016, at 07:05 PM, Ethan Furman wrote:

>class BaseZeroEnum(Enum, start=0):
>   "initial integer is 0"
>   ...
>
>?  Oh, and yes if you specify a starting number you also activate the
>AutoNumber feature.

I like the way this one looks.
History
Date User Action Args
2016-07-11 19:25:50barrysetrecipients: + barry, eli.bendersky, ethan.furman, John Hagen
2016-07-11 19:25:50barrylinkissue26988 messages
2016-07-11 19:25:50barrycreate