summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-03-24-19-34-26.bpo-33134.hbVeIX.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2018-03-24-19-34-26.bpo-33134.hbVeIX.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2018-03-24-19-34-26.bpo-33134.hbVeIX.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-03-24-19-34-26.bpo-33134.hbVeIX.rst b/Misc/NEWS.d/next/Library/2018-03-24-19-34-26.bpo-33134.hbVeIX.rst
deleted file mode 100644
index 3f4ce84..0000000
--- a/Misc/NEWS.d/next/Library/2018-03-24-19-34-26.bpo-33134.hbVeIX.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-When computing dataclass's __hash__, use the lookup table to contain the
-function which returns the __hash__ value. This is an improvement over
-looking up a string, and then testing that string to see what to do.