diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-28 18:27:22 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-28 18:27:22 (GMT) |
commit | 125024a87d70bbca84c5e9d68040cfbfba7440e2 (patch) | |
tree | fd1887c7d70150a1c4370cbfce15ff5e52762629 | |
parent | e32907df6788237b6b0b4834f7d5e1b29cd0fb1e (diff) | |
download | cpython-125024a87d70bbca84c5e9d68040cfbfba7440e2.zip cpython-125024a87d70bbca84c5e9d68040cfbfba7440e2.tar.gz cpython-125024a87d70bbca84c5e9d68040cfbfba7440e2.tar.bz2 |
Updated.
-rw-r--r-- | Doc/lib/libundoc.tex | 13 | ||||
-rw-r--r-- | Doc/libundoc.tex | 13 |
2 files changed, 0 insertions, 26 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 5f97133..f807fec 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -34,9 +34,6 @@ Fredrik Lundh is working on this one! \item[multifile.py] --- make each part of a multipart message ``feel'' like -\item[poplib.py] ---- Post Office Protocol client by Dave Ascher. - \item[smtplib.py] --- Simple Mail Transfer Protocol (SMTP) client code. \end{description} @@ -47,9 +44,6 @@ Fredrik Lundh is working on this one! Some of these are very old and/or not very robust; marked with ``hmm''. \begin{description} -\item[calendar.py] ---- Calendar printing functions - \item[ConfigParser.py] --- Parse a file of sectioned configuration parameters @@ -74,9 +68,6 @@ Some of these are very old and/or not very robust; marked with ``hmm''. \item[pipes.py] --- Conversion pipeline templates (hmm) -\item[popen2.py] ---- improved popen, can read AND write simultaneously - \item[statcache.py] --- Maintain a cache of file stats @@ -106,10 +97,6 @@ Some of these are very old and/or not very robust; marked with ``hmm''. \item[ihooks.py] --- Import hook support (for rexec) - -\item[bisect.py] ---- Bisection algorithms (this is actually useful at times, -especially as reference material) \end{description} diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex index 5f97133..f807fec 100644 --- a/Doc/libundoc.tex +++ b/Doc/libundoc.tex @@ -34,9 +34,6 @@ Fredrik Lundh is working on this one! \item[multifile.py] --- make each part of a multipart message ``feel'' like -\item[poplib.py] ---- Post Office Protocol client by Dave Ascher. - \item[smtplib.py] --- Simple Mail Transfer Protocol (SMTP) client code. \end{description} @@ -47,9 +44,6 @@ Fredrik Lundh is working on this one! Some of these are very old and/or not very robust; marked with ``hmm''. \begin{description} -\item[calendar.py] ---- Calendar printing functions - \item[ConfigParser.py] --- Parse a file of sectioned configuration parameters @@ -74,9 +68,6 @@ Some of these are very old and/or not very robust; marked with ``hmm''. \item[pipes.py] --- Conversion pipeline templates (hmm) -\item[popen2.py] ---- improved popen, can read AND write simultaneously - \item[statcache.py] --- Maintain a cache of file stats @@ -106,10 +97,6 @@ Some of these are very old and/or not very robust; marked with ``hmm''. \item[ihooks.py] --- Import hook support (for rexec) - -\item[bisect.py] ---- Bisection algorithms (this is actually useful at times, -especially as reference material) \end{description} |