]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-66449: configparser: Add support for unnamed sections (#117273)
authorPedro Lacerda <pslacerda@users.noreply.github.com>
Fri, 29 Mar 2024 15:05:00 +0000 (12:05 -0300)
committerGitHub <noreply@github.com>
Fri, 29 Mar 2024 15:05:00 +0000 (15:05 +0000)
commit54f7e14500471d1c46fb553adb3ca24cd1fef084
tree2e6156ee3443d338af5a5016ccdb31c8e7c6260d
parentd9cfe7e565a6e2dc15747a904736264e31a10be4
gh-66449: configparser: Add support for unnamed sections (#117273)

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Doc/library/configparser.rst
Doc/whatsnew/3.13.rst
Lib/configparser.py
Lib/test/test_configparser.py
Misc/NEWS.d/next/Library/2024-03-28-17-55-22.gh-issue-66449.4jhuEV.rst [new file with mode: 0644]