-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-107625: configparser: Raise ParsingError if a key contains empty value #107651
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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/