From: Guido van Rossum Date: Tue, 30 Dec 1997 04:41:56 +0000 (+0000) Subject: Added ConfigParser.py to list of undocumented miscellaneous useful utilities. X-Git-Tag: v1.5~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5de1eb9b844bd33a9c35df0e22ad4f40cd6c7e04;p=python Added ConfigParser.py to list of undocumented miscellaneous useful utilities. --- diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index a7c10992e1..b391a4987c 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) diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex index a7c10992e1..b391a4987c 100644 --- a/Doc/libundoc.tex +++ b/Doc/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)