summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-12-22 23:37:46 +0000
committerFred Drake <fdrake@acm.org>1998-12-22 23:37:46 +0000
commit99e2c39b3195dd78153a99659bd8ca1ed385805f (patch)
tree3a223c4a8d5299d52d4403562d8d8f5cd3e94daa
parent5ac2a07fca7d578c46ce90e5b5e4d45a6edf9bd7 (diff)
downloadcpython-git-99e2c39b3195dd78153a99659bd8ca1ed385805f.tar.gz
Add the getpass module.
-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 6b031e99a0..0434cfea3f 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -121,6 +121,7 @@ add new extensions to Python and how to embed it in other applications.
\input{liballos} % Generic Operating System Services
\input{libos}
\input{libtime}
+\input{libgetpass}
\input{libgetopt}
\input{libtempfile}
\input{liberrno}