René's URL Explorer Experiment


Title: Don't remove quotes if `\` or `"` are present inside by EliahKagan · Pull Request #2048 · gitpython-developers/GitPython · GitHub

Open Graph Title: Don't remove quotes if `\` or `"` are present inside by EliahKagan · Pull Request #2048 · gitpython-developers/GitPython

X Title: Don't remove quotes if `\` or `"` are present inside by EliahKagan · Pull Request #2048 · gitpython-developers/GitPython

Description: Background #2035 fixed issue #1923, where the ConfigParser would not remove the quotes around single-line values. As discussed in comments there: That improved the common cases where quote removal is all that is needed, in particular where no escape sequences are present. When there are escape sequences within a single line quoted value, that was already not handled correctly--since no single-line quoted values (other than a quoted empty string) had been handled correctly before #2035, in that quote removal was never performed for them. Nonetheless, #2035 may have made the situation worse for some applications if they handled the quoted values themselves, or if the quoted values were more readily recognized to mean parsing had not succeeded. Let's take the best of both worlds (so far) This PR keeps the changes from #2035 in the case that they work because the text contained strictly between the beginning and ending " characters contains neither any \ nor any other ". This both: Preserves the benefit of #2035 for #1923. (The only exception is cases where a \ is meant to be preserved rather than treated as an escape character. This is presumably rare--if it ever happens--since that's not the syntax of double-quoted values in Git config files.) Keeps the old, potentially safer behavior of doing no transformations, not even quote removal, in cases where quote removal alone would clearly not produce the correct result. Changes c8e4aa0 refactors to prepare for the other changes. 7bcea08 adds a test for the behavior described above. f2b8041 makes those tests pass. But it can get better than this This is not intended as a long-term alternative to parsing escape sequences. The idea in #2035 (comment) of handling them is good, and this is not meant to discourage or interfere with that. The new test fixture and test can be modified accordingly. See the docstring and comments in test_config_with_quotes_containing_escapes. For review It seems to me that the idea here is sound, since it restores the main branch to a state where no changes are expected to produce problems for programs and libraries that use GitPython, if a patch release were to be made. But even if I am right to think that, there are a few reasons it may be useful to have a review here before merging: I'm less familiar with the config parser than most of the rest of the code of GitPython, so there could be design subtleties I am missing. There are multiple reasonable ways to make this change, and you may have input, stylistically or otherwise. It's easy to introduce bugs when making nontrivial (even if small) changes to parsing logic. (This follows #2046 and #2047, which followed #2035 and #2036.)

Open Graph Description: Background #2035 fixed issue #1923, where the ConfigParser would not remove the quotes around single-line values. As discussed in comments there: That improved the common cases where quote removal...

X Description: Background #2035 fixed issue #1923, where the ConfigParser would not remove the quotes around single-line values. As discussed in comments there: That improved the common cases where quote removal...

Opengraph URL: https://github.com/gitpython-developers/GitPython/pull/2048

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:f3dbaa44-9494-d368-ab3d-6826153a2004
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idD2BC:1AEA34:11451B3:17FA345:6968AFB2
html-safe-noncec6fa889a837ffc648a6cd1b643ea873fae1363fe2196e6695df2ffc4ccbca733
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEMkJDOjFBRUEzNDoxMTQ1MUIzOjE3RkEzNDU6Njk2OEFGQjIiLCJ2aXNpdG9yX2lkIjoiNzQ1NjgzMjM3ODk1Nzc3MDY3NCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac8c9812ae98c6277cd19759b730d7471b7ff051409037b0612896c52babf9b176
hovercard-subject-tagpull_request:2576321204
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/gitpython-developers/GitPython/pull/2048/checks
twitter:imagehttps://avatars.githubusercontent.com/u/1771172?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/1771172?s=400&v=4
og:image:altBackground #2035 fixed issue #1923, where the ConfigParser would not remove the quotes around single-line values. As discussed in comments there: That improved the common cases where quote removal...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonefdc7c66bd36a6c12eb8e771e806db863266e573fc299e77f27505a768d4f8a98
turbo-cache-controlno-cache
go-importgithub.com/gitpython-developers/GitPython git https://github.com/gitpython-developers/GitPython.git
octolytics-dimension-user_id503709
octolytics-dimension-user_logingitpython-developers
octolytics-dimension-repository_id1126087
octolytics-dimension-repository_nwogitpython-developers/GitPython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1126087
octolytics-dimension-repository_network_root_nwogitpython-developers/GitPython
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release3223a6503d318917691422cdadfbe16cd8fb21e5
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/gitpython-developers/GitPython/pull/2048/checks#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgitpython-developers%2FGitPython%2Fpull%2F2048%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgitpython-developers%2FGitPython%2Fpull%2F2048%2Fchecks
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=gitpython-developers%2FGitPython
Reloadhttps://github.com/gitpython-developers/GitPython/pull/2048/checks
Reloadhttps://github.com/gitpython-developers/GitPython/pull/2048/checks
Reloadhttps://github.com/gitpython-developers/GitPython/pull/2048/checks
gitpython-developers https://github.com/gitpython-developers
GitPythonhttps://github.com/gitpython-developers/GitPython
Please reload this pagehttps://github.com/gitpython-developers/GitPython/pull/2048/checks
Notifications https://github.com/login?return_to=%2Fgitpython-developers%2FGitPython
Fork 964 https://github.com/login?return_to=%2Fgitpython-developers%2FGitPython
Star 5k https://github.com/login?return_to=%2Fgitpython-developers%2FGitPython
Code https://github.com/gitpython-developers/GitPython
Issues 169 https://github.com/gitpython-developers/GitPython/issues
Pull requests 8 https://github.com/gitpython-developers/GitPython/pulls
Discussions https://github.com/gitpython-developers/GitPython/discussions
Actions https://github.com/gitpython-developers/GitPython/actions
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/gitpython-developers/GitPython/security
Please reload this pagehttps://github.com/gitpython-developers/GitPython/pull/2048/checks
Insights https://github.com/gitpython-developers/GitPython/pulse
Code https://github.com/gitpython-developers/GitPython
Issues https://github.com/gitpython-developers/GitPython/issues
Pull requests https://github.com/gitpython-developers/GitPython/pulls
Discussions https://github.com/gitpython-developers/GitPython/discussions
Actions https://github.com/gitpython-developers/GitPython/actions
Security https://github.com/gitpython-developers/GitPython/security
Insights https://github.com/gitpython-developers/GitPython/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fgitpython-developers%2FGitPython%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fgitpython-developers%2FGitPython%2Fissues%2Fnew%2Fchoose
Byronhttps://github.com/Byron
gitpython-developers:mainhttps://github.com/gitpython-developers/GitPython/tree/main
EliahKagan:conservative-quote-removalhttps://github.com/EliahKagan/GitPython/tree/conservative-quote-removal
Conversation 1 https://github.com/gitpython-developers/GitPython/pull/2048
Commits 3 https://github.com/gitpython-developers/GitPython/pull/2048/commits
Checks 27 https://github.com/gitpython-developers/GitPython/pull/2048/checks
Files changed 3 https://github.com/gitpython-developers/GitPython/pull/2048/files
Please reload this pagehttps://github.com/gitpython-developers/GitPython/pull/2048/checks
Sign in for the full log viewhttps://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgitpython-developers%2FGitPython%2Fpull%2F2048%2Fchecks
Don't remove quotes if \ or " are present inside https://github.com/gitpython-developers/GitPython/pull/2048/checks#top
Please reload this pagehttps://github.com/gitpython-developers/GitPython/pull/2048/checks
test-cygwin on: pull_request https://github.com/gitpython-developers/GitPython/actions/runs/15515258501
test (fast) https://github.com/gitpython-developers/GitPython/actions/runs/15515258501/job/43681359596?pr=2048
test (perf) https://github.com/gitpython-developers/GitPython/actions/runs/15515258501/job/43681359600?pr=2048
Python package on: pull_request https://github.com/gitpython-developers/GitPython/actions/runs/15515258505
test (ubuntu, 3.7) https://github.com/gitpython-developers/GitPython/actions/runs/15515258505/job/43681359625?pr=2048
test (ubuntu, 3.8) https://github.com/gitpython-developers/GitPython/actions/runs/15515258505/job/43681359626?pr=2048
test (ubuntu, 3.9) https://github.com/gitpython-developers/GitPython/actions/runs/15515258505/job/43681359629?pr=2048
test (ubuntu, 3.10) https://github.com/gitpython-developers/GitPython/actions/runs/15515258505/job/43681359632?pr=2048
test (ubuntu, 3.11) https://github.com/gitpython-developers/GitPython/actions/runs/15515258505/job/43681359630?pr=2048
test (ubuntu, 3.12) https://github.com/gitpython-developers/GitPython/actions/runs/15515258505/job/43681359631?pr=2048
test (ubuntu, 3.13) https://github.com/gitpython-developers/GitPython/actions/runs/15515258505/job/43681359635?pr=2048
test (ubuntu, 3.13t) https://github.com/gitpython-developers/GitPython/actions/runs/15515258505/job/43681359649?pr=2048
test (macos, 3.8) https://github.com/gitpython-developers/GitPython/actions/runs/15515258505/job/43681359636?pr=2048
test (macos, 3.9) https://github.com/gitpython-developers/GitPython/actions/runs/15515258505/job/43681359644?pr=2048
test (macos, 3.10) https://github.com/gitpython-developers/GitPython/actions/runs/15515258505/job/43681359643?pr=2048
test (macos, 3.11) https://github.com/gitpython-developers/GitPython/actions/runs/15515258505/job/43681359641?pr=2048
test (macos, 3.12) https://github.com/gitpython-developers/GitPython/actions/runs/15515258505/job/43681359647?pr=2048
test (macos, 3.13) https://github.com/gitpython-developers/GitPython/actions/runs/15515258505/job/43681359651?pr=2048
test (windows, 3.7) https://github.com/gitpython-developers/GitPython/actions/runs/15515258505/job/43681359650?pr=2048
test (windows, 3.8) https://github.com/gitpython-developers/GitPython/actions/runs/15515258505/job/43681359646?pr=2048
test (windows, 3.9) https://github.com/gitpython-developers/GitPython/actions/runs/15515258505/job/43681359652?pr=2048
test (windows, 3.10) https://github.com/gitpython-developers/GitPython/actions/runs/15515258505/job/43681359653?pr=2048
test (windows, 3.11) https://github.com/gitpython-developers/GitPython/actions/runs/15515258505/job/43681359656?pr=2048
test (windows, 3.12) https://github.com/gitpython-developers/GitPython/actions/runs/15515258505/job/43681359655?pr=2048
Lint on: pull_request https://github.com/gitpython-developers/GitPython/actions/runs/15515258506
lint https://github.com/gitpython-developers/GitPython/actions/runs/15515258506/job/43681359601?pr=2048
CodeQL on: pull_request https://github.com/gitpython-developers/GitPython/actions/runs/15515258508
Analyze (actions) https://github.com/gitpython-developers/GitPython/actions/runs/15515258508/job/43681359604?pr=2048
Analyze (python) https://github.com/gitpython-developers/GitPython/actions/runs/15515258508/job/43681359606?pr=2048
test-alpine on: pull_request https://github.com/gitpython-developers/GitPython/actions/runs/15515258510
test https://github.com/gitpython-developers/GitPython/actions/runs/15515258510/job/43681359612?pr=2048
CodeQL https://github.com/gitpython-developers/GitPython/pull/2048/checks?check_run_id=43681404454
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.