Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e7acd commit b83a86aCopy full SHA for b83a86a
1 file changed
Misc/NEWS
@@ -189,6 +189,13 @@ Core and Builtins
189
Library
190
-------
191
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
199
- Issue #9644: Fix the encoding used by os.statvfs(): use the filesystem
200
encoding with the surrogateescape error handler, instead of UTF-8 in strict
201
mode.
0 commit comments