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 gregory.p.smith
Recipients docs@python, gregory.p.smith
Date 2021-05-19.03:27:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621394869.98.0.78361930377.issue44174@roundup.psfhosted.org>
In-reply-to
Content
https://docs.python.org/3/library/enum.html#private-names

"""
_Private__names

Private names will be normal attributes in Python 3.10 instead of either an error or a member (depending on if the name ends with an underscore). Using these names in 3.9 will issue a DeprecationWarning.
"""

It isn't clear from this documentation what is meant by "private names".  Please expand on this to be explicit about what name pattern is being described.
History
Date User Action Args
2021-05-19 03:27:50gregory.p.smithsetrecipients: + gregory.p.smith, docs@python
2021-05-19 03:27:49gregory.p.smithsetmessageid: <1621394869.98.0.78361930377.issue44174@roundup.psfhosted.org>
2021-05-19 03:27:49gregory.p.smithlinkissue44174 messages
2021-05-19 03:27:49gregory.p.smithcreate