]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-65697: Improved error msg for configparser key validation (#135527)
authorJacob Austin Lincoln <99031153+lincolnj1@users.noreply.github.com>
Sun, 15 Jun 2025 16:13:19 +0000 (09:13 -0700)
committerGitHub <noreply@github.com>
Sun, 15 Jun 2025 16:13:19 +0000 (12:13 -0400)
commit81237fbcf6adc962647566eafca62dd5a905375e
treeecb4bac959ae335259d9037959c422c8e75f1bbb
parent2bd3895fcabb2dfdae5c0c72e60483e3d3267f0f
gh-65697: Improved error msg for configparser key validation (#135527)

* Improved error msg for configparser key validation and added note in 3.14 whatsnew

* Properly added change to configparser

* ðŸ“œðŸ¤– Added by blurb_it.

---------

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Doc/whatsnew/3.14.rst
Lib/configparser.py
Misc/NEWS.d/next/Library/2025-06-15-03-03-22.gh-issue-65697.COdwZd.rst [new file with mode: 0644]