Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b83a86a

Browse files
committed
Misc/NEWS updated to tell about #16820
1 parent a2e7acd commit b83a86a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,13 @@ Core and Builtins
189189
Library
190190
-------
191191

192+
- Issue #16820: In configparser, `parser.popitem()` no longer raises ValueError.
193+
This makes `parser.clean()` work correctly.
194+
195+
- Issue #16820: In configparser, ``parser['section'] = {}`` now preserves
196+
section order within the parser. This makes `parser.update()` preserve section
197+
order as well.
198+
192199
- Issue #9644: Fix the encoding used by os.statvfs(): use the filesystem
193200
encoding with the surrogateescape error handler, instead of UTF-8 in strict
194201
mode.

0 commit comments

Comments
 (0)