summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEthan Furman <ethan@stoneleaf.us>2020-09-15 22:56:26 (GMT)
committerGitHub <noreply@github.com>2020-09-15 22:56:26 (GMT)
commitbff01f3a3aac0c15fe8fbe8b2f561f7927d117a1 (patch)
tree0b925d7fd3d5fcfd5569e26220e6def180c80a33 /Misc
parent2e87774df1a0eaf2a1fe8cc4d958df60f7125b6e (diff)
downloadcpython-bff01f3a3aac0c15fe8fbe8b2f561f7927d117a1.zip
cpython-bff01f3a3aac0c15fe8fbe8b2f561f7927d117a1.tar.gz
cpython-bff01f3a3aac0c15fe8fbe8b2f561f7927d117a1.tar.bz2
bpo-39587: Enum - use correct mixed-in data type (GH-22263)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2020-09-15-14-56-13.bpo-39587.69xzuh.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-09-15-14-56-13.bpo-39587.69xzuh.rst b/Misc/NEWS.d/next/Library/2020-09-15-14-56-13.bpo-39587.69xzuh.rst
new file mode 100644
index 0000000..e2f2b64
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-09-15-14-56-13.bpo-39587.69xzuh.rst
@@ -0,0 +1 @@
+use the correct mix-in data type when constructing Enums