Added a few minor comments, mostly to discourage documentation of
really old modules that may become obsolete.
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex
index bcc7549..cd51c29 100644
--- a/Doc/lib/libundoc.tex
+++ b/Doc/lib/libundoc.tex
@@ -16,9 +16,8 @@
 \item[Tkinter.py]
 --- Interface to Tcl/Tk for graphical user interfaces;
 Fredrik Lundh is working on this one!  See \emph{An Introduction to
-Tkinter} at
-\url{http://www.pythonware.com/library/tkinter/introduction} for
-on-line reference material.
+Tkinter} at \url{http://www.pythonware.com/library/} for on-line
+reference material.
 
 \item[Tkdnd.py]
 --- Drag-and-drop support for \module{Tkinter}.
@@ -39,7 +38,8 @@
 --- class to build directory diff tools on
 
 \item[pipes.py]
---- Conversion pipeline templates (hmm)
+--- Conversion pipeline templates (hmm, used by \module{toaiff} and
+\module{torgb})
 
 \item[pty.py]
 --- Pseudo terminal utilities
@@ -50,9 +50,6 @@
 \item[bdb.py]
 --- A generic Python debugger base class (used by pdb)
 
-\item[wdb.py]
---- A primitive windowing debugger based on STDWIN.
-
 \item[ihooks.py]
 --- Import hook support (for rexec)
 \end{description}
@@ -60,9 +57,9 @@
 
 \section{Platform specific modules}
 
-
-These modules are used to implement the \refmodule{os.path} module, and
-are not documented beyond this mention.
+These modules are used to implement the \refmodule{os.path} module,
+and are not documented beyond this mention.  There's little need to
+document these.
 
 \begin{description}
 \item[dospath.py]
@@ -89,13 +86,15 @@
 --- interpret sun audio headers
 
 \item[toaiff.py]
---- Convert "arbitrary" sound files to AIFF files
+--- Convert "arbitrary" sound files to AIFF files; should probably
+become a tool or demo
 \end{description}
 
 
 \section{Oddities}
 
 These modules are probably also obsolete, or just not very useful.
+Some of these may be made into tools or demos in future releases.
 
 \begin{description}
 \item[find.py]
@@ -166,6 +165,9 @@
 \item[util.py]
 --- Useful functions that don't fit elsewhere.
 
+\item[wdb.py]
+--- A primitive windowing debugger based on STDWIN.
+
 \item[whatsound.py]
 --- Recognize sound files; use \refmodule{sndhdr} instead.