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 John Hagen
Recipients John Hagen, barry, eli.bendersky, ethan.furman
Date 2016-07-11.22:47:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468277243.81.0.61874916056.issue26988@psf.upfronthosting.co.za>
In-reply-to
Content
>class BaseZeroEnum(Enum, start=0):
>   "initial integer is 0"
>   ...

I also think this looks better.
History
Date User Action Args
2016-07-11 22:47:23John Hagensetrecipients: + John Hagen, barry, eli.bendersky, ethan.furman
2016-07-11 22:47:23John Hagensetmessageid: <1468277243.81.0.61874916056.issue26988@psf.upfronthosting.co.za>
2016-07-11 22:47:23John Hagenlinkissue26988 messages
2016-07-11 22:47:23John Hagencreate