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 Dutcho
Recipients Dutcho, docs@python
Date 2022-01-30.15:12:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643555525.86.0.209520180874.issue46586@roundup.psfhosted.org>
In-reply-to
Content
https://docs.python.org/3.11/library/enum.html#module-contents contains:
property()
Allows Enum members to have attributes without conflicting with member names.

In above, property() is links to:
https://docs.python.org/3.11/library/functions.html#property
instead of to the proper:
https://docs.python.org/3.11/library/enum.html#enum.property
History
Date User Action Args
2022-01-30 15:12:05Dutchosetrecipients: + Dutcho, docs@python
2022-01-30 15:12:05Dutchosetmessageid: <1643555525.86.0.209520180874.issue46586@roundup.psfhosted.org>
2022-01-30 15:12:05Dutcholinkissue46586 messages
2022-01-30 15:12:05Dutchocreate