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 Antony.Lee, barry, eli.bendersky, ethan.furman
Date 2020-11-17.16:11:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605629514.62.0.664092446077.issue42385@roundup.psfhosted.org>
In-reply-to
Content
A good idea.

Since the Python opinion of enum members is that they be upper-cased, and every magic string constant I have seen is lower-case, `StrEnum._generate_next_value_` should lower case the name.  Users can substitute their own `_gnv_` for different behavior.
History
Date User Action Args
2020-11-17 16:11:54ethan.furmansetrecipients: + ethan.furman, barry, eli.bendersky, Antony.Lee
2020-11-17 16:11:54ethan.furmansetmessageid: <1605629514.62.0.664092446077.issue42385@roundup.psfhosted.org>
2020-11-17 16:11:54ethan.furmanlinkissue42385 messages
2020-11-17 16:11:54ethan.furmancreate