]> granicus.if.org Git - python/commit
ConfigParser:
authorFred Drake <fdrake@acm.org>
Tue, 18 May 2004 03:29:52 +0000 (03:29 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 18 May 2004 03:29:52 +0000 (03:29 +0000)
commitabc086fb0df915b702f14fa3d44e79e0a8b8f11f
tree116d81dee23637a243b5446b1ee27c78e39741f6
parentbc12b01d8349e185c8a52a0f2539e830dfae9adb
ConfigParser:
- don't allow setting options to non-string values; raise TypeError
  when the value is set, instead of raising an arbitrary exception
  later (such as when string interpolation is performed)
- add tests, documentation
(closes SF bug #810843)
Doc/lib/libcfgparser.tex
Lib/ConfigParser.py
Lib/test/test_cfgparser.py