]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-66449: remove duplicate configparser section in 3.13 whatsnew (GH-123874...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 24 Sep 2024 18:16:48 +0000 (20:16 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Sep 2024 18:16:48 +0000 (11:16 -0700)
gh-66449: remove duplicate configparser section in 3.13 whatsnew (GH-123874)
(cherry picked from commit d359a7683e4339a3e057517ff25037aff2460353)

Co-authored-by: Anthony Sottile <asottile@umich.edu>
Doc/whatsnew/3.13.rst

index 35546a8288a5d71dcf72c92a0ea71a269d3f83f8..5640759e79b73450e20a668eb954f4ad909c2bf2 100644 (file)
@@ -785,14 +785,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
 ------------------