]> granicus.if.org Git - python/commit
ConfigParser:
authorFred Drake <fdrake@acm.org>
Tue, 18 May 2004 04:24:02 +0000 (04:24 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 18 May 2004 04:24:02 +0000 (04:24 +0000)
commit82903148a8b4d7f27c5b3180331efd98600b21e1
treeb3e2c38eb4933023f71475cfc7ab935587b2305b
parentb4c6091984d846e43667cd6be6a7e01e79dbc3d7
ConfigParser:
- read() method returns a list of files parsed successfully
- add tests, documentation
(closes SF patch #677651)
Doc/lib/libcfgparser.tex
Lib/ConfigParser.py
Lib/test/cfgparser.1 [new file with mode: 0644]
Lib/test/test_cfgparser.py