[Python-checkins] cpython: add note to Misc/NEWS

christian.heimes python-checkins at python.org
Sat Oct 6 02:36:22 CEST 2012


http://hg.python.org/cpython/rev/75343f8d8e74
changeset:   79503:75343f8d8e74
user:        Christian Heimes <christian at cheimes.de>
date:        Sat Oct 06 02:27:57 2012 +0200
summary:
  add note to Misc/NEWS

files:
  Misc/NEWS |  5 +++++
  1 files changed, 5 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -107,6 +107,11 @@
 Extension Modules
 -----------------
 
+- Issue #16113: Added sha3 module based on the Keccak reference implementation
+  3.2. The `hashlib` module has four additional hash algorithms: `sha3_224`,
+  `sha3_256`, `sha3_384` and `sha3_512`. As part of the patch some common
+  code was moved from _hashopenssl.c to hashlib.h.
+
 Tests
 -----
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list