diff options
author | Fred Drake <fdrake@acm.org> | 1998-12-22 23:37:46 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-12-22 23:37:46 (GMT) |
commit | 99e2c39b3195dd78153a99659bd8ca1ed385805f (patch) | |
tree | 3a223c4a8d5299d52d4403562d8d8f5cd3e94daa | |
parent | 5ac2a07fca7d578c46ce90e5b5e4d45a6edf9bd7 (diff) | |
download | cpython-99e2c39b3195dd78153a99659bd8ca1ed385805f.zip cpython-99e2c39b3195dd78153a99659bd8ca1ed385805f.tar.gz cpython-99e2c39b3195dd78153a99659bd8ca1ed385805f.tar.bz2 |
Add the getpass module.
-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 6b031e9..0434cfe 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} |