Added ConfigParser.py to list of undocumented miscellaneous useful utilities.

This commit is contained in:
Guido van Rossum 1997-12-30 04:41:56 +00:00
parent dccc298e3d
commit 5de1eb9b84
2 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,8 @@ Some of these are very old and/or not very robust; marked with ``hmm''.
calendar.py -- Calendar printing functions calendar.py -- Calendar printing functions
ConfigParser.py -- Parse a file of sectioned configuration parameters
cmp.py -- Efficiently compare files cmp.py -- Efficiently compare files
cmpcache.py -- Efficiently compare files (uses statcache) cmpcache.py -- Efficiently compare files (uses statcache)

View File

@ -38,6 +38,8 @@ Some of these are very old and/or not very robust; marked with ``hmm''.
calendar.py -- Calendar printing functions calendar.py -- Calendar printing functions
ConfigParser.py -- Parse a file of sectioned configuration parameters
cmp.py -- Efficiently compare files cmp.py -- Efficiently compare files
cmpcache.py -- Efficiently compare files (uses statcache) cmpcache.py -- Efficiently compare files (uses statcache)