From: Brett Cannon Date: Fri, 16 Dec 2005 22:49:23 +0000 (+0000) Subject: Add the missing mention of the hashlib module. X-Git-Tag: v2.5a0~1012 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3cbd0380f3c6a48cef4a6528af17ff5e685adf8e;p=thirdparty%2FPython%2Fcpython.git Add the missing mention of the hashlib module. --- diff --git a/Misc/NEWS b/Misc/NEWS index d675706b54ca..c2f494a4f187 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -292,6 +292,9 @@ Extension Modules Library ------- +- Added the hashlib module. It provides secure hash functions for MD5 and + SHA1, 224, 256, 384, and 512. + - Added a subset of Fredrik Lundh's ElementTree package. Available modules are xml.etree.ElementTree, xml.etree.ElementPath, and xml.etree.ElementInclude, from ElementTree 1.2.6.