[Python-checkins] cpython (merge 3.2 -> default): Merged mentions of issues #11324 and #11858.

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


http://hg.python.org/cpython/rev/0c21de0cca44
changeset:   69706:0c21de0cca44
parent:      69701:f8fae22a1ff0
parent:      69705:08996a664ed3
user:        Łukasz Langa <lukasz at langa.pl>
date:        Sat Apr 30 09:47:21 2011 +0200
summary:
  Merged mentions of issues #11324 and #11858.

Possibly redundant once 3.2.1 is out.

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
@@ -127,6 +127,11 @@
 Library
 -------
 
+- Issue #11858: configparser.ExtendedInterpolation expected lower-case section
+  names.
+
+- Issue #11324: ConfigParser(interpolation=None) now works correctly.
+
 - Issue #11811: ssl.get_server_certificate() is now IPv6-compatible.  Patch
   by Charles-François Natali.
 

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


More information about the Python-checkins mailing list