gh-107625: configparser: Raise ParsingError if a key contains empty value#107651
gh-107625: configparser: Raise ParsingError if a key contains empty value#107651encukou merged 23 commits intopython:mainfrom
Conversation
- raise ParsingError instaed of AttributeError if a key contains empty value in a non recommended scenario where extra space and blankline is present within the section
Misc/NEWS.d/next/Library/2023-08-05-08-41-58.gh-issue-107625.cVSHCT.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: Éric <merwok@netwok.org>
Co-authored-by: Éric <merwok@netwok.org>
Co-authored-by: Éric <merwok@netwok.org>
Misc/NEWS.d/next/Library/2023-08-05-08-41-58.gh-issue-107625.cVSHCT.rst
Outdated
Show resolved
Hide resolved
…VSHCT.rst Co-authored-by: Éric <merwok@netwok.org>
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
|
I have made the requested changes; please review again. |
|
Thanks for making the requested changes! @ambv: please review the changes made to this pull request. |
|
Closing and re-opening to retrigger CLA checks. Sorry for the noise. |
|
Hi @ambv, I thought you closed the PR, but it's still open, I have resolved your comments, please look again. |
|
I've merged |
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
yeah, it's better than the earlier error. Thanks |
…inued (pythonGH-107651) Co-authored-by: Éric <merwok@netwok.org> Co-authored-by: Petr Viktorin <encukou@gmail.com> Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
…inued (pythonGH-107651) Co-authored-by: Éric <merwok@netwok.org> Co-authored-by: Petr Viktorin <encukou@gmail.com> Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
📚 Documentation preview 📚: https://cpython-previews--107651.org.readthedocs.build/