cpython/Misc/NEWS.d/next/Library/2024-03-28-17-55-22.gh-issue-66449.4jhuEV.rst
Pedro Lacerda 54f7e14500
gh-66449: configparser: Add support for unnamed sections (#117273)
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
2024-03-29 15:05:00 +00:00

2 lines
107 B
ReStructuredText

:class:`configparser.ConfigParser` now accepts unnamed sections before named
ones, if configured to do so.