summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2021-04-26-20-52-16.bpo-43945.NgERXO.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2021-04-26-20-52-16.bpo-43945.NgERXO.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-04-26-20-52-16.bpo-43945.NgERXO.rst b/Misc/NEWS.d/next/Library/2021-04-26-20-52-16.bpo-43945.NgERXO.rst
deleted file mode 100644
index c01c200caa7..00000000000
--- a/Misc/NEWS.d/next/Library/2021-04-26-20-52-16.bpo-43945.NgERXO.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-[Enum] Deprecate non-standard mixin format() behavior: in 3.12 the enum
-member, not the member's value, will be used for format() calls.