[issue38967] Improve error message in enum.py for python 3.5

2019-12-04 Thread Rubén Jesús García Hernández
New submission from Rubén Jesús García Hernández : I changed the '_names_ are reserved for future Enum use' line to be more user-friendly thus: 'Names surrounded by underscore (such as "%s") are reserved for future Enum use' % key The current message can be interpreted as the literal string _

[issue38967] Improve error message in enum.py for python 3.5

2019-12-04 Thread Rubén Jesús García Hernández
Change by Rubén Jesús García Hernández : -- type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib