New submission from Akuli <[email protected]>:
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@python components: Documentation messages: 392824 nosy: Akuli, docs@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 <[email protected]> <https://bugs.python.org/issue44021> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
