commit | 3cbd0380f3c6a48cef4a6528af17ff5e685adf8e | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Fri Dec 16 22:49:23 2005 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Fri Dec 16 22:49:23 2005 +0000 |
tree | 20da75b6cacea583b2722733856c8d91f01dcc01 | |
parent | 8911ca3d70d97d46bbc7c7b77293ecc8c45d4c1f [diff] [blame] |
Add the missing mention of the hashlib module.
diff --git a/Misc/NEWS b/Misc/NEWS index d675706..c2f494a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -292,6 +292,9 @@ 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.