From: Fred Drake Date: Tue, 22 Dec 1998 23:37:46 +0000 (+0000) Subject: Add the getpass module. X-Git-Tag: v1.5.2b2~512 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99e2c39b3195dd78153a99659bd8ca1ed385805f;p=thirdparty%2FPython%2Fcpython.git Add the getpass module. --- diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 6b031e99a0c2..0434cfea3f8c 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}