From 934e8913d454869fc9cf0cad44100ff35a4ae020 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 9 Sep 2024 13:27:44 -0400 Subject: [PATCH] remove duplicate configparser section in 3.13 whatsnew --- 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 f10376ee78c26c..c60def5ad9623c 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 ------------------