summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorRaymond Hettinger <rhettinger@users.noreply.github.com>2018-01-16 09:30:26 (GMT)
committerGitHub <noreply@github.com>2018-01-16 09:30:26 (GMT)
commitb44c5169f64178d2ff2914187b315549e7ab0cb6 (patch)
treea6123ca1509df2bc83fd36a275f95f58e735e869 /Misc/NEWS.d/next
parent94e1696d04c65e19ea52e5c8664079c9d9aa0e54 (diff)
downloadcpython-b44c5169f64178d2ff2914187b315549e7ab0cb6.zip
cpython-b44c5169f64178d2ff2914187b315549e7ab0cb6.tar.gz
cpython-b44c5169f64178d2ff2914187b315549e7ab0cb6.tar.bz2
bpo-26163: Frozenset hash improvement (#5194)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2018-01-14-20-32-47.bpo-26163.xv9Iuv.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-01-14-20-32-47.bpo-26163.xv9Iuv.rst b/Misc/NEWS.d/next/Core and Builtins/2018-01-14-20-32-47.bpo-26163.xv9Iuv.rst
new file mode 100644
index 0000000..163b9e0
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2018-01-14-20-32-47.bpo-26163.xv9Iuv.rst
@@ -0,0 +1,2 @@
+Improved frozenset() hash to create more distinct hash values when faced
+with datasets containing many similar values.