Mentioned issues #11324 and #11858.

This commit is contained in:
Łukasz Langa 2011-04-30 09:36:35 +02:00
parent 3040193401
commit 90759a2a77

View file

@ -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.