]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123049: configparser: Allow to create the unnamed section from scratch. (#123077)
authorPedro Lacerda <pslacerda@users.noreply.github.com>
Sun, 18 Aug 2024 19:52:25 +0000 (16:52 -0300)
committerGitHub <noreply@github.com>
Sun, 18 Aug 2024 19:52:25 +0000 (15:52 -0400)
commitbe257c58152e9b960827362b11c9ef2223fd6267
tree83a89af3a9906bd5eebb81805938fe347dea17f7
parentc15bfa9a71c8b7ce7ff6d8486f51aab566e8d81d
gh-123049: configparser: Allow to create the unnamed section from scratch. (#123077)

---------

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Doc/library/configparser.rst
Lib/configparser.py
Lib/test/test_configparser.py
Misc/NEWS.d/next/Library/2024-08-16-16-53-52.gh-issue-123049.izx_fH.rst [new file with mode: 0644]