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 ethan.furman
Recipients David Hagen, John Hagen, abarry, barry, eli.bendersky, ethan.furman, python-dev, rhettinger, vstinner
Date 2016-08-18.19:49:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471549794.36.0.437436919171.issue26988@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you, Raymond, David, Barry, John, etc. for your feedback.

While I really like AutoEnum I can see that that much magic doesn't need to exist in the stdlib.

Unfortunately, the alternatives aren't very pretty, so I'll leave the AutoNumberEnum as a recipe in the docs, and not worry about an 'auto' special value.

For those that love AutoEnum, it will be in the aenum third-party package.
History
Date User Action Args
2016-08-18 19:49:54ethan.furmansetrecipients: + ethan.furman, barry, rhettinger, vstinner, eli.bendersky, python-dev, abarry, John Hagen, David Hagen
2016-08-18 19:49:54ethan.furmansetmessageid: <1471549794.36.0.437436919171.issue26988@psf.upfronthosting.co.za>
2016-08-18 19:49:54ethan.furmanlinkissue26988 messages
2016-08-18 19:49:54ethan.furmancreate