[Python-checkins] python/dist/src/Misc NEWS,1.1148,1.1149

goodger at users.sourceforge.net goodger at users.sourceforge.net
Sun Oct 3 17:40:27 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20319/Misc

Modified Files:
	NEWS 
Log Message:
SF bug #1017864: ConfigParser now correctly handles default keys, processing them with ``ConfigParser.optionxform`` when supplied, consistent with the handling of config file entries and runtime-set options.

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1148
retrieving revision 1.1149
diff -u -d -r1.1148 -r1.1149
--- NEWS	3 Oct 2004 03:16:19 -0000	1.1148
+++ NEWS	3 Oct 2004 15:40:25 -0000	1.1149
@@ -94,6 +94,11 @@
 
 - httplib now handles ipv6 address/port pairs.
 
+- SF bug #1017864: ConfigParser now correctly handles default keys,
+  processing them with ``ConfigParser.optionxform`` when supplied,
+  consistent with the handling of config file entries and runtime-set
+  options.
+
 Build
 -----
 



More information about the Python-checkins mailing list