summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEthan Furman <ethan@stoneleaf.us>2020-12-24 18:05:02 (GMT)
committerGitHub <noreply@github.com>2020-12-24 18:05:02 (GMT)
commit6ec0adefad60ec7cdec61c44baecf1dccc1461ab (patch)
tree4063790397c109ba244d9c7615b351651512c401 /Misc
parent7ec59d8861ef1104c3028678b2cacde4c5693e19 (diff)
downloadcpython-6ec0adefad60ec7cdec61c44baecf1dccc1461ab.zip
cpython-6ec0adefad60ec7cdec61c44baecf1dccc1461ab.tar.gz
cpython-6ec0adefad60ec7cdec61c44baecf1dccc1461ab.tar.bz2
[Enum] EnumMeta.__prepare__ now accepts **kwds (#23917)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2020-12-23-19-43-06.bpo-42727.WH3ODh.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-12-23-19-43-06.bpo-42727.WH3ODh.rst b/Misc/NEWS.d/next/Library/2020-12-23-19-43-06.bpo-42727.WH3ODh.rst
new file mode 100644
index 0000000..a986cb9
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-12-23-19-43-06.bpo-42727.WH3ODh.rst
@@ -0,0 +1,2 @@
+`EnumMeta.__prepare__` now accepts `**kwds` to properly support
+`__init_subclass__`