diff options
author | Guido van Rossum <guido@python.org> | 1997-12-30 04:41:56 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-30 04:41:56 (GMT) |
commit | 5de1eb9b844bd33a9c35df0e22ad4f40cd6c7e04 (patch) | |
tree | a257358076befa1041d0c073cb08896e43d6be36 /Doc/lib/libundoc.tex | |
parent | dccc298e3d874a16b279be491a674741b16c33e2 (diff) | |
download | cpython-5de1eb9b844bd33a9c35df0e22ad4f40cd6c7e04.zip cpython-5de1eb9b844bd33a9c35df0e22ad4f40cd6c7e04.tar.gz cpython-5de1eb9b844bd33a9c35df0e22ad4f40cd6c7e04.tar.bz2 |
Added ConfigParser.py to list of undocumented miscellaneous useful utilities.
Diffstat (limited to 'Doc/lib/libundoc.tex')
-rw-r--r-- | Doc/lib/libundoc.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index a7c1099..b391a49 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -38,6 +38,8 @@ Some of these are very old and/or not very robust; marked with ``hmm''. calendar.py -- Calendar printing functions +ConfigParser.py -- Parse a file of sectioned configuration parameters + cmp.py -- Efficiently compare files cmpcache.py -- Efficiently compare files (uses statcache) |