commit | 5de1eb9b844bd33a9c35df0e22ad4f40cd6c7e04 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Dec 30 04:41:56 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Dec 30 04:41:56 1997 +0000 |
tree | a257358076befa1041d0c073cb08896e43d6be36 | |
parent | dccc298e3d874a16b279be491a674741b16c33e2 [diff] [blame] |
Added ConfigParser.py to list of undocumented miscellaneous useful utilities.
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 @@ 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)