cpython/Misc/NEWS.d/next/Library
Ethan Furman 6bd94de168
bpo-42567: [Enum] call __init_subclass__ after members are added (GH-23714)
When creating an Enum, type.__new__ calls __init_subclass__, but at that point the members have not been added.

This patch suppresses the initial call, then manually calls the ancestor __init_subclass__ before returning the new Enum class.
2020-12-09 16:41:22 -08:00
..
2020-08-03-17-54-32.bpo-41462.ek38d_.rst bpo-41462: Add os.set_blocking() support for VxWorks RTOS (GH-21713) 2020-12-07 21:41:12 +01:00
2020-10-02-10-19-49.bpo-41907.wiIEsz.rst bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497) 2020-12-08 11:14:10 -08:00
2020-12-08-22-43-35.bpo-42678.ba9ktU.rst bpo-42567: [Enum] call __init_subclass__ after members are added (GH-23714) 2020-12-09 16:41:22 -08:00
2020-12-09-15-23-28.bpo-31904.g3k5k3.rst bpo-31904: Define THREAD_STACK_SIZE for VxWorks (GH-23718) 2020-12-09 22:47:28 +01:00
README.rst

Put news entry `blurb`_ files for the *Library* section in this directory.

.. _blurb: https://pypi.org/project/blurb/