diff options
author | Brett Cannon <bcannon@gmail.com> | 2005-12-16 22:49:23 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2005-12-16 22:49:23 (GMT) |
commit | 3cbd0380f3c6a48cef4a6528af17ff5e685adf8e (patch) | |
tree | 20da75b6cacea583b2722733856c8d91f01dcc01 /Misc/NEWS | |
parent | 8911ca3d70d97d46bbc7c7b77293ecc8c45d4c1f (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |