mirror of https://github.com/python/cpython
Added ConfigParser.py to list of undocumented miscellaneous useful utilities.
This commit is contained in:
parent
dccc298e3d
commit
5de1eb9b84
|
@ -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)
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue