]> granicus.if.org Git - python/commitdiff
Add the missing mention of the hashlib module.
authorBrett Cannon <bcannon@gmail.com>
Fri, 16 Dec 2005 22:49:23 +0000 (22:49 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 16 Dec 2005 22:49:23 +0000 (22:49 +0000)
Misc/NEWS

index d675706b54ca5b34a6901323868cb7221c8cb08c..c2f494a4f187586e02279270a3a2a2d7849da559 100644 (file)
--- 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.