summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-13 20:31:31 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-13 20:31:31 (GMT)
commit68fede768a81dd16f528a7ddbb39085468da7c59 (patch)
tree722efd99c5afd259ae09cf288657220864441758
parent4d2996d4739ca1330e7e6ac7a9bf326575f63e9b (diff)
downloadcpython-68fede768a81dd16f528a7ddbb39085468da7c59.zip
cpython-68fede768a81dd16f528a7ddbb39085468da7c59.tar.gz
cpython-68fede768a81dd16f528a7ddbb39085468da7c59.tar.bz2
Added item in Misc. for getpass module.
-rw-r--r--Doc/lib/libundoc.tex3
-rw-r--r--Doc/libundoc.tex3
2 files changed, 6 insertions, 0 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex
index 99386fe..12b41cf 100644
--- a/Doc/lib/libundoc.tex
+++ b/Doc/lib/libundoc.tex
@@ -62,6 +62,9 @@ Some of these are very old and/or not very robust; marked with ``hmm''.
\item[dircmp.py]
--- class to build directory diff tools on
+\item[getpass.py]
+--- Utilities to get a password and/or the current user name.
+
\item[linecache.py]
--- Cache lines from files (used by pdb)
diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex
index 99386fe..12b41cf 100644
--- a/Doc/libundoc.tex
+++ b/Doc/libundoc.tex
@@ -62,6 +62,9 @@ Some of these are very old and/or not very robust; marked with ``hmm''.
\item[dircmp.py]
--- class to build directory diff tools on
+\item[getpass.py]
+--- Utilities to get a password and/or the current user name.
+
\item[linecache.py]
--- Cache lines from files (used by pdb)