]> granicus.if.org Git - python/commitdiff
Mentioned issues #11324 and #11858.
authorŁukasz Langa <lukasz@langa.pl>
Sat, 30 Apr 2011 07:36:35 +0000 (09:36 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Sat, 30 Apr 2011 07:36:35 +0000 (09:36 +0200)
Misc/NEWS

index 5b150e79c4aa4128a67afddb2a99a4367f7e120e..e17e14647dcab0cf9f95cf391ec5879bece7afb2 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -70,6 +70,11 @@ Core and Builtins
 Library
 -------
 
+- Issue #11858: configparser.ExtendedInterpolation expected lower-case section
+  names.
+
+- Issue #11324: ConfigParser(interpolation=None) now works correctly.
+
 - Issue #11763: don't use difflib in TestCase.assertMultiLineEqual if the
   strings are too long.