summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-08-28 13:41:29 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-08-28 13:41:29 (GMT)
commit0062d1e7f42b3036aa02701c723ff63d1d3d6028 (patch)
treed646a256590212ddb56342a6021a61d7c356a472 /Misc
parent876473eba3e7fab7d91446b66bd58c43d8c96647 (diff)
downloadcpython-0062d1e7f42b3036aa02701c723ff63d1d3d6028.zip
cpython-0062d1e7f42b3036aa02701c723ff63d1d3d6028.tar.gz
cpython-0062d1e7f42b3036aa02701c723ff63d1d3d6028.tar.bz2
PEP 466: backport hashlib algorithm constants (closes #21307)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2ad993b..88af5a4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,9 @@ Core and Builtins
Library
-------
+- Issue #21307: As part of PEP 466, backport hashlib.algorithms_guaranteed and
+ hashlib.algorithms_available.
+
- Issue #22259: Fix segfault when attempting to fopen a file descriptor
corresponding to a directory.