Skip to content

Commit

Permalink
Properly sort the configparser entry
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Aug 24, 2024
1 parent 5963f32 commit 35ad25b
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -754,14 +754,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
------------------

Expand All @@ -770,6 +762,15 @@ concurrent.futures
(Contributed by Victor Stinner in :gh:`109649`.)


configparser
------------

* :class:`~configparser.ConfigParser` now has support for unnamed sections,
which allows for top-level key-value pairs.
This can be enabled with the new *allow_unnamed_section* parameter.
(Contributed by Pedro Sousa Lacerda in :gh:`66449`.)


copy
----

Expand Down

0 comments on commit 35ad25b

Please sign in to comment.