From: Anthony Sottile Date: Mon, 9 Sep 2024 20:40:18 +0000 (-0400) Subject: gh-66449: remove duplicate configparser section in 3.13 whatsnew (#123874) X-Git-Tag: v3.14.0a1~536 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d359a7683e4339a3e057517ff25037aff2460353;p=thirdparty%2FPython%2Fcpython.git gh-66449: remove duplicate configparser section in 3.13 whatsnew (#123874) --- diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index f10376ee78c2..c60def5ad962 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -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 ------------------