Closed
Description
Documentation
There's a number of improvements (e.g. StrEnum) in module enum in version 3.11.0b4 (see https://docs.python.org/3.11/library/enum.html#module-contents).
However, module enum isn’t mentioned in 3.11's What's new documentation https://docs.python.org/3.11/whatsnew/3.11.html#improved-modules.
I suggest adding there to announce. Now I only stumbled upon these new enum features by python/mypy#12841 of @AlexWaygood