[Python-checkins] cpython (3.2): Mentioned issues #11324 and #11858.

lukasz.langa python-checkins at python.org
Sat Apr 30 09:47:29 CEST 2011


http://hg.python.org/cpython/rev/08996a664ed3
changeset:   69705:08996a664ed3
branch:      3.2
parent:      69700:f0092c611004
user:        Łukasz Langa <lukasz at langa.pl>
date:        Sat Apr 30 09:36:35 2011 +0200
summary:
  Mentioned issues #11324 and #11858.

files:
  Misc/NEWS |  5 +++++
  1 files changed, 5 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -70,6 +70,11 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list