diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-23 21:52:18 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-23 21:52:18 (GMT) |
commit | 957ac3fadbeeb53b353c0af0e4c61d44ea878b9d (patch) | |
tree | 8bfb8dc26d3085075730da7167091b32e49ecc6d /Doc/lib/lib.tex | |
parent | ea424e19f152638260c91d5fd6a805a288c931d2 (diff) | |
download | cpython-957ac3fadbeeb53b353c0af0e4c61d44ea878b9d.zip cpython-957ac3fadbeeb53b353c0af0e4c61d44ea878b9d.tar.gz cpython-957ac3fadbeeb53b353c0af0e4c61d44ea878b9d.tar.bz2 |
Add section for the sha module.
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r-- | Doc/lib/lib.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index dfa05bc..72a457f 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -221,6 +221,7 @@ add new extensions to Python and how to embed it in other applications. \input{libcrypto} % Cryptographic Services \input{libmd5} +\input{libsha} \input{libmpz} \input{librotor} |