From: Łukasz Langa Date: Sat, 30 Apr 2011 07:47:21 +0000 (+0200) Subject: Merged mentions of issues #11324 and #11858. X-Git-Tag: v3.3.0a1~2459 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af2afc8337528d73188ece7103d297a2b1cbcf29;p=python Merged mentions of issues #11324 and #11858. Possibly redundant once 3.2.1 is out. --- af2afc8337528d73188ece7103d297a2b1cbcf29 diff --cc Misc/NEWS index cb575d1863,e17e14647d..37ac3e75b9 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -127,9 -70,11 +127,14 @@@ Core and Builtin 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. + - Issue #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long.