https://github.com/python/cpython/commit/90bd056bc743a43e8370bda88b7a8f12be974b06 commit: 90bd056bc743a43e8370bda88b7a8f12be974b06 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s <[email protected]> date: 2024-09-24T11:16:48-07:00 summary:
[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 d359a7683e4339a3e057517ff25037aff2460353) Co-authored-by: Anthony Sottile <[email protected]> files: M Doc/whatsnew/3.13.rst diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 35546a8288a5d7..5640759e79b734 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -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 ------------------ _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
