Add the missing mention of the hashlib module.

This commit is contained in:
Brett Cannon 2005-12-16 22:49:23 +00:00
parent 8911ca3d70
commit 3cbd0380f3
1 changed files with 3 additions and 0 deletions

View File

@ -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.