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 8979d3a commit fdd2453Copy full SHA for fdd2453
1 file changed
Doc/whatsnew/3.14.rst
@@ -1259,6 +1259,14 @@ concurrent.futures
1259
buffer.
1260
(Contributed by Enzo Bonnal and Josh Rosenberg in :gh:`74028`.)
1261
1262
+configparser
1263
+------------
1264
+
1265
+* Security fix: will no longer write config files it cannot read. Attempting
1266
+ to :meth:`configparser.ConfigParser.write` keys containing delimiters or
1267
+ beginning with the section header pattern will raise a
1268
+ :class:`configparser.InvalidWriteError`.
1269
+ (Contributed by Jacob Lincoln in :gh:`129270`)
1270
1271
contextvars
1272
-----------
0 commit comments