summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2021-04-08-11-47-31.bpo-38659.r_HFnU.rst
blob: 822584be1b221cfa84ebe2458f01356f6e2c8bce (plain)
1
2
3
4
A ``simple_enum`` decorator is added to the ``enum`` module to convert a
normal class into an Enum. ``test_simple_enum`` added to test simple enums
against a corresponding normal Enum.  Standard library modules updated to
use ``simple_enum``.