From 99e2c39b3195dd78153a99659bd8ca1ed385805f Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 22 Dec 1998 23:37:46 +0000 Subject: [PATCH] Add the getpass module. --- Doc/lib/lib.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 6b031e99a0c..0434cfea3f8 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}