From: Ɓukasz Langa Date: Sat, 30 Apr 2011 07:36:35 +0000 (+0200) Subject: Mentioned issues #11324 and #11858. X-Git-Tag: v3.2.1b1~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=90759a2a77d390eef843516fdcfe49f97a054edc;p=thirdparty%2FPython%2Fcpython.git Mentioned issues #11324 and #11858. --- diff --git a/Misc/NEWS b/Misc/NEWS index 5b150e79c4aa..e17e14647dca 100644 --- 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.