summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2021-03-25-21-26-30.bpo-40066.7EBQ3_.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2021-03-25-21-26-30.bpo-40066.7EBQ3_.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2021-03-25-21-26-30.bpo-40066.7EBQ3_.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-03-25-21-26-30.bpo-40066.7EBQ3_.rst b/Misc/NEWS.d/next/Library/2021-03-25-21-26-30.bpo-40066.7EBQ3_.rst
deleted file mode 100644
index 11903f8..0000000
--- a/Misc/NEWS.d/next/Library/2021-03-25-21-26-30.bpo-40066.7EBQ3_.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Enum: adjust ``repr()`` to show only enum and member name (not value, nor
-angle brackets) and ``str()`` to show only member name. Update and improve
-documentation to match.