commit | 629026aecc6bbb7cf8df25f7699eaf97d8e45701 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun May 11 16:11:44 2014 -0700 |
committer | Benjamin Peterson <benjamin@python.org> | Sun May 11 16:11:44 2014 -0700 |
tree | 9e3f3097933a1d4ab83265f34271ad8cbacc29ad | |
parent | e9314e4a3c7bf9bc297922bbc130ec3dc004654c [diff] [blame] |
backport hmac.compare_digest to partially implement PEP 466 (closes #21306) Backport from Alex Gaynor.
diff --git a/Misc/NEWS b/Misc/NEWS index 57d1f24..6548956 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -49,6 +49,9 @@ Library ------- +- Issue #21306: Backport hmac.compare_digest from Python 3. This is part of PEP + 466. + - Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. Patch by Anton Afanasyev.