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 Akuli
Recipients Akuli, docs@python
Date 2021-05-03.17:01:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620061310.33.0.417307154236.issue44021@roundup.psfhosted.org>
In-reply-to
Content
https://docs.python.org/3.10/library/enum.html says "New in version 3.10: StrEnum". That's true, but these are also new in 3.10:
- property (I mean enum.property, not the built-in property)
- global_enum
- FlagBoundary
- StrEnum
- EnumType  (does this even exist? I compiled the latest python today and I don't have this)
History
Date User Action Args
2021-05-03 17:01:50Akulisetrecipients: + Akuli, docs@python
2021-05-03 17:01:50Akulisetmessageid: <1620061310.33.0.417307154236.issue44021@roundup.psfhosted.org>
2021-05-03 17:01:50Akulilinkissue44021 messages
2021-05-03 17:01:50Akulicreate