summaryrefslogtreecommitdiffstats
path: root/Doc/lib/lib.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-23 21:52:18 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-23 21:52:18 (GMT)
commit957ac3fadbeeb53b353c0af0e4c61d44ea878b9d (patch)
tree8bfb8dc26d3085075730da7167091b32e49ecc6d /Doc/lib/lib.tex
parentea424e19f152638260c91d5fd6a805a288c931d2 (diff)
downloadcpython-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.tex1
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}