diff options
author | Łukasz Langa <lukasz@langa.pl> | 2011-04-30 09:47:21 +0200 |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2011-04-30 09:47:21 +0200 |
commit | af2afc8337528d73188ece7103d297a2b1cbcf29 (patch) | |
tree | 55cbf9199112c2c1ba1756118fbfbaa5bf064542 | |
parent | 6b549a4d8b1f1635d554925a89f52deb27baef2d (diff) | |
parent | 90759a2a77d390eef843516fdcfe49f97a054edc (diff) | |
download | cpython-git-af2afc8337528d73188ece7103d297a2b1cbcf29.tar.gz |
Merged mentions of issues #11324 and #11858.
Possibly redundant once 3.2.1 is out.
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -127,6 +127,11 @@ Core and Builtins 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. |