From 5de1eb9b844bd33a9c35df0e22ad4f40cd6c7e04 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 30 Dec 1997 04:41:56 +0000 Subject: [PATCH] Added ConfigParser.py to list of undocumented miscellaneous useful utilities. --- Doc/lib/libundoc.tex | 2 ++ Doc/libundoc.tex | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index a7c10992e13..b391a4987cc 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 a7c10992e13..b391a4987cc 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)