diff options
author | Fred Drake <fdrake@acm.org> | 1999-01-26 15:47:59 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-01-26 15:47:59 (GMT) |
commit | bc866ce2e34b240e51b639345742e86473cb038d (patch) | |
tree | 9bb1419f860a8e5b3a57e5ee305b8c451d2af44f /Doc/lib/libundoc.tex | |
parent | 7c43905cd9499f23c8e3f21dca0508f823bd6860 (diff) | |
download | cpython-bc866ce2e34b240e51b639345742e86473cb038d.zip cpython-bc866ce2e34b240e51b639345742e86473cb038d.tar.gz cpython-bc866ce2e34b240e51b639345742e86473cb038d.tar.bz2 |
Documentation for the ConfigParser module, by Christopher G. Petrilli
(petrilli@amber.org).
Diffstat (limited to 'Doc/lib/libundoc.tex')
-rw-r--r-- | Doc/lib/libundoc.tex | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 4420468..bb7274d 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -43,9 +43,6 @@ This is a package rather than a module. Some of these are very old and/or not very robust; marked with ``hmm''. \begin{description} -\item[ConfigParser.py] ---- Parse a file of sectioned configuration parameters - \item[cmp.py] --- Efficiently compare files |