]> granicus.if.org Git - python/commitdiff
Misc/NEWS updated to tell about #16820
authorŁukasz Langa <lukasz@langa.pl>
Tue, 1 Jan 2013 23:44:36 +0000 (00:44 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 1 Jan 2013 23:44:36 +0000 (00:44 +0100)
Misc/NEWS

index 45c2e32125674d1de55dc18f58567c1c1bded74c..42b84f50cc81c39c7f704c7c79baa624ac9c8956 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -189,6 +189,13 @@ Core and Builtins
 Library
 -------
 
+- Issue #16820: In configparser, `parser.popitem()` no longer raises ValueError.
+  This makes `parser.clean()` work correctly.
+
+- Issue #16820: In configparser, ``parser['section'] = {}`` now preserves
+  section order within the parser. This makes `parser.update()` preserve section
+  order as well.
+
 - Issue #9644: Fix the encoding used by os.statvfs(): use the filesystem
   encoding with the surrogateescape error handler, instead of UTF-8 in strict
   mode.