summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2005-12-16 22:49:23 (GMT)
committerBrett Cannon <bcannon@gmail.com>2005-12-16 22:49:23 (GMT)
commit3cbd0380f3c6a48cef4a6528af17ff5e685adf8e (patch)
tree20da75b6cacea583b2722733856c8d91f01dcc01 /Misc/NEWS
parent8911ca3d70d97d46bbc7c7b77293ecc8c45d4c1f (diff)
downloadcpython-3cbd0380f3c6a48cef4a6528af17ff5e685adf8e.zip
cpython-3cbd0380f3c6a48cef4a6528af17ff5e685adf8e.tar.gz
cpython-3cbd0380f3c6a48cef4a6528af17ff5e685adf8e.tar.bz2
Add the missing mention of the hashlib module.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d675706..c2f494a 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.