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 John Hagen, barry, eli.bendersky, ethan.furman
Date 2016-07-10.05:41:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468129297.48.0.205700194871.issue26988@psf.upfronthosting.co.za>
In-reply-to
Content
I need names.  `aenum` already has an `AutoNumberEnum` (the one from the docs, no magic) so I hate to use the same name for the stdlib version with different behavior.

So I either need a different name for the stdlib version, or a different name for the aenum version.

Any ideas?

Hmmm... maybe SequentialEnum for the aenum version...
History
Date User Action Args
2016-07-10 05:41:37ethan.furmansetrecipients: + ethan.furman, barry, eli.bendersky, John Hagen
2016-07-10 05:41:37ethan.furmansetmessageid: <1468129297.48.0.205700194871.issue26988@psf.upfronthosting.co.za>
2016-07-10 05:41:37ethan.furmanlinkissue26988 messages
2016-07-10 05:41:37ethan.furmancreate