]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-66449: remove duplicate configparser section in 3.13 whatsnew (#123874)
authorAnthony Sottile <asottile@umich.edu>
Mon, 9 Sep 2024 20:40:18 +0000 (16:40 -0400)
committerGitHub <noreply@github.com>
Mon, 9 Sep 2024 20:40:18 +0000 (16:40 -0400)
Doc/whatsnew/3.13.rst

index f10376ee78c26ce510e514ae1d096ed5a2dd08b5..c60def5ad9623c81b5a92678b5c39cabd3a8d8bf 100644 (file)
@@ -786,14 +786,6 @@ compileall
   (Contributed by Victor Stinner in :gh:`109649`.)
 
 
-configparser
-------------
-
-* The :class:`configparser.ConfigParser` now accepts unnamed sections
-  before named ones if configured to do so.
-  (Contributed by Pedro Sousa Lacerda in :gh:`66449`.)
-
-
 concurrent.futures
 ------------------