[New-bugs-announce] [issue44021] enum docs in 3.10: missing "New in version 3.10"

Akuli report at bugs.python.org
Mon May 3 13:01:50 EDT 2021


New submission from Akuli <akuviljanen17 at gmail.com>:

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)

----------
assignee: docs at python
components: Documentation
messages: 392824
nosy: Akuli, docs at python
priority: normal
severity: normal
status: open
title: enum docs in 3.10:  missing "New in version 3.10"
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44021>
_______________________________________


More information about the New-bugs-announce mailing list