summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-12-28 20:53:19 (GMT)
committerFred Drake <fdrake@acm.org>1998-12-28 20:53:19 (GMT)
commit76fa3b73d68b1869547922df2378201d9354cac2 (patch)
tree8966772fdf2eb70e7281772ea845a229e877a113 /Doc/lib
parent03a0235793973cf319b48b21d10d945db27d3089 (diff)
downloadcpython-76fa3b73d68b1869547922df2378201d9354cac2.zip
cpython-76fa3b73d68b1869547922df2378201d9354cac2.tar.gz
cpython-76fa3b73d68b1869547922df2378201d9354cac2.tar.bz2
Remove recently documented modules from the undoc list.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libundoc.tex6
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex
index e55259d..22684d8 100644
--- a/Doc/lib/libundoc.tex
+++ b/Doc/lib/libundoc.tex
@@ -58,9 +58,6 @@ 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)
@@ -185,9 +182,6 @@ library
\item[sched.py]
--- event scheduler class
-\item[shutil.py]
---- utility functions usable in a shell-like program
-
\item[util.py]
--- useful functions that don't fit elsewhere