]> granicus.if.org Git - python/commit
SF bug #997050: Document, test, & check for non-string values in ConfigParser. Moved...
authorDavid Goodger <goodger@python.org>
Sun, 3 Oct 2004 15:55:09 +0000 (15:55 +0000)
committerDavid Goodger <goodger@python.org>
Sun, 3 Oct 2004 15:55:09 +0000 (15:55 +0000)
commit1cbf206d322ad1fac12b4bb5a64d501ca021a61d
tree31ad42e2d25206665e9e3b381220967b358b87dd
parent68a1abdadec2377fd3e8d2211cb3cc119de77a28
SF bug #997050: Document, test, & check for non-string values in ConfigParser.  Moved the new string-only restriction added in rev. 1.65 to the SafeConfigParser class, leaving existing ConfigParser & RawConfigParser behavior alone, and documented the conditions under which non-string values work.
Doc/lib/libcfgparser.tex
Lib/ConfigParser.py
Lib/test/test_cfgparser.py
Misc/NEWS