summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorDavid Goodger <goodger@python.org>2004-10-03 15:55:09 (GMT)
committerDavid Goodger <goodger@python.org>2004-10-03 15:55:09 (GMT)
commit1cbf206d322ad1fac12b4bb5a64d501ca021a61d (patch)
tree31ad42e2d25206665e9e3b381220967b358b87dd /Misc/NEWS
parent68a1abdadec2377fd3e8d2211cb3cc119de77a28 (diff)
downloadcpython-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/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 634f661..a382e70 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-----