summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2011-04-30 07:36:35 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2011-04-30 07:36:35 (GMT)
commit90759a2a77d390eef843516fdcfe49f97a054edc (patch)
tree0e6b6923ac512fff6d3bf833e5b29f68d9e7f245
parent304019340194baf5ae5f2893ad9fd70647374c29 (diff)
downloadcpython-90759a2a77d390eef843516fdcfe49f97a054edc.zip
cpython-90759a2a77d390eef843516fdcfe49f97a054edc.tar.gz
cpython-90759a2a77d390eef843516fdcfe49f97a054edc.tar.bz2
Mentioned issues #11324 and #11858.
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5b150e7..e17e146 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.