[Python-checkins] cpython (3.2): Misc/NEWS updated to tell about #16820

lukasz.langa python-checkins at python.org
Wed Jan 2 01:03:46 CET 2013


http://hg.python.org/cpython/rev/7938847b2641
changeset:   81215:7938847b2641
branch:      3.2
parent:      81210:6f0cee62f0c6
user:        Łukasz Langa <lukasz at langa.pl>
date:        Wed Jan 02 00:44:36 2013 +0100
summary:
  Misc/NEWS updated to tell about #16820

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


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

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


More information about the Python-checkins mailing list