]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-125436: Doc: Add missing ``allow_unnamed_section`` parameter to ``ConfigPar...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 5 Nov 2024 03:04:32 +0000 (04:04 +0100)
committerGitHub <noreply@github.com>
Tue, 5 Nov 2024 03:04:32 +0000 (03:04 +0000)
commit05da4eea5a094fd02cd9739647d88056944f27fb
tree9fc035e1e1f009e516f380163b65cd9b04f304e3
parentcccc066241a92f266e9160bc7ac5bfd819f599ba
[3.13] gh-125436: Doc: Add missing ``allow_unnamed_section`` parameter to ``ConfigParser`` documentation (GH-125437) (#126421)

gh-125436: Doc: Add missing ``allow_unnamed_section`` parameter to ``ConfigParser`` documentation (GH-125437)

Add missing ``allow_unnamed_section`` parameter to ``ConfigParser`` doc, as well as to it's parent ``RawConfigParser``.
Split too long line on ``ConfigParser`` signature.
Add some sections about when some of ``RawConfigParser`` parameters were added.
(cherry picked from commit d9602265479bcd96dc377d92a34556baf34ac3cd)

Co-authored-by: lit <litlighilit@foxmail.com>
Doc/library/configparser.rst