From 1ef8592f44c210f6c4388f87a899a31c059cea7b Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 9 Sep 2024 16:40:18 -0400 Subject: [PATCH] gh-66449: remove duplicate configparser section in 3.13 whatsnew (GH-123874) (cherry picked from commit d359a7683e4339a3e057517ff25037aff2460353) Co-authored-by: Anthony Sottile --- Doc/whatsnew/3.13.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 7075392c14dd5f..a3bd03d18a2b0d 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -776,14 +776,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 ------------------