mirror of
https://github.com/python/cpython.git
synced 2026-02-25 16:41:12 +00:00
Misc/NEWS updated to tell about #16820
This commit is contained in:
parent
a2e7acd17d
commit
b83a86a210
1 changed files with 7 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue