]> granicus.if.org Git - python/commit
ConfigParser:
authorFred Drake <fdrake@acm.org>
Tue, 18 May 2004 02:25:51 +0000 (02:25 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 18 May 2004 02:25:51 +0000 (02:25 +0000)
commitbc12b01d8349e185c8a52a0f2539e830dfae9adb
tree8ffc4bc7f6ba01fb3455d9062bc6447fa8e2ddb6
parentbeddfcb6d0bb7149b8ce71e7dd26ca9f61fbd373
ConfigParser:
- ensure that option names in interpolations are handled by
  self.optionxform in the same way that other references to option
  names
- add tests, documentation
(closes SF bug #857881, patch #865455)
Doc/lib/libcfgparser.tex
Lib/ConfigParser.py
Lib/test/test_cfgparser.py