Ethan Furman <et...@stoneleaf.us> added the comment:

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.

----------
assignee:  -> ethan.furman
stage:  -> needs patch
type:  -> behavior

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42385>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to