[3.13] gh-66449: remove duplicate configparser section in 3.13 whatsnew (GH-123874) (#123879)

gh-66449: remove duplicate configparser section in 3.13 whatsnew (GH-123874)
(cherry picked from commit d359a7683e)

Co-authored-by: Anthony Sottile <asottile@umich.edu>
This commit is contained in:
Miss Islington (bot) 2024-09-24 20:16:48 +02:00 committed by GitHub
parent ed69247c44
commit 90bd056bc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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
------------------