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 Rubén Jesús García Hernández
Recipients Rubén Jesús García Hernández, docs@python
Date 2019-12-04.09:06:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575450398.98.0.140033297408.issue38967@roundup.psfhosted.org>
In-reply-to
Content
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 _names_; and showing the offending key can help users debug.
History
Date User Action Args
2019-12-04 09:06:39Rubén Jesús García Hernándezsetrecipients: + Rubén Jesús García Hernández, docs@python
2019-12-04 09:06:38Rubén Jesús García Hernándezsetmessageid: <1575450398.98.0.140033297408.issue38967@roundup.psfhosted.org>
2019-12-04 09:06:38Rubén Jesús García Hernándezlinkissue38967 messages
2019-12-04 09:06:38Rubén Jesús García Hernándezcreate