diff options
author | David Goodger <goodger@python.org> | 2004-10-03 15:55:09 (GMT) |
---|---|---|
committer | David Goodger <goodger@python.org> | 2004-10-03 15:55:09 (GMT) |
commit | 1cbf206d322ad1fac12b4bb5a64d501ca021a61d (patch) | |
tree | 31ad42e2d25206665e9e3b381220967b358b87dd /Misc/NEWS | |
parent | 68a1abdadec2377fd3e8d2211cb3cc119de77a28 (diff) | |
download | cpython-1cbf206d322ad1fac12b4bb5a64d501ca021a61d.zip cpython-1cbf206d322ad1fac12b4bb5a64d501ca021a61d.tar.gz cpython-1cbf206d322ad1fac12b4bb5a64d501ca021a61d.tar.bz2 |
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.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -99,6 +99,12 @@ Library consistent with the handling of config file entries and runtime-set options. +- 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. + Build ----- |