[issue44021] enum docs in 3.10: missing "New in version 3.10"
New submission from Akuli <akuviljanen17@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@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 <report@bugs.python.org> <https://bugs.python.org/issue44021> _______________________________________
Change by Karthikeyan Singaravelan <tir.karthi@gmail.com>: ---------- nosy: +barry, eli.bendersky, ethan.furman _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue44021> _______________________________________
Ethan Furman <ethan@stoneleaf.us> added the comment: EnumMeta has been renamed to EnumType, but has been kept as an alias. ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue44021> _______________________________________
participants (3)
-
Akuli
-
Ethan Furman
-
Karthikeyan Singaravelan