René's URL Explorer Experiment


Title: gh-74668: Fix encoded unicode in url byte string by roaanv · Pull Request #93757 · python/cpython · GitHub

Open Graph Title: gh-74668: Fix encoded unicode in url byte string by roaanv · Pull Request #93757 · python/cpython

X Title: gh-74668: Fix encoded unicode in url byte string by roaanv · Pull Request #93757 · python/cpython

Description: When urllib.parse.parse_qs is called with a byte string, an encoding can be provided which is used to decode the byte string. However, when parsing, parse.py uses 'ascii' encoding to re-encode the parsed data. This breaks utf-8 encoded URLs received as byte strings. This change uses the encoding passed to parse_qs to re-encode the parsed data. Caveat This is probably not the correct solution, but gets us closer to a working implementation that, at worst case, can be dictated by the caller of parse_qs. My understanding of the problem is as follows. parse_qs detects the qs is a byte string and decodes it according to the encoding parameter. After parsing the decoded input, it then re-encodes it (because it detected the input was a byte string), but instead of using the value of the encoding parameter, it uses 'ascii'. The decoding and encoding thus uses different encoders. This PR fixes that, in that it uses the encoding parameter value to re-encode the parsed data. However, this is not a complete solution. The problem is that there are in essence 2 encodings involved. One encoder used to encode/decode the byte string and another to encode/decode the URL (which is utf-8 encoded). Take b"a=a’b" as an example. This is a valid ascii encoded byte string and can be decoded with an ascii decoder. However, after decoding and parsing, it will not produce valid ascii. I.e. parsing of a’b will produce a’b which can not be ascii encoded. A possible solution would be to pass a reencoding parameter, but since it's unlikely callers will have different encoding and reencoding parameters, this PR opts for reusing the encoding parameter. Issue: gh-74668

Open Graph Description: When urllib.parse.parse_qs is called with a byte string, an encoding can be provided which is used to decode the byte string. However, when parsing, parse.py uses 'ascii' encoding to re-enc...

X Description: When urllib.parse.parse_qs is called with a byte string, an encoding can be provided which is used to decode the byte string. However, when parsing, parse.py uses 'ascii' encoding t...

Opengraph URL: https://github.com/python/cpython/pull/93757

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:990ff158-ba41-0308-f9d2-eed9e99ab40c
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idDC68:311382:2FA9C1:4086A0:6A4D36E4
html-safe-nonce37fb29ec03a0374ea65c52028b2666442672d624435d2f49aa231c1d4df2401f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEQzY4OjMxMTM4MjoyRkE5QzE6NDA4NkEwOjZBNEQzNkU0IiwidmlzaXRvcl9pZCI6IjI3NDUzMjYxMTkzODA5MjQxMzMiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacecef41b23517f993b4d15d943a0540294b63571fd1f0486eaf3887c703e7584e
hovercard-subject-tagpull_request:965283605
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/python/cpython/pull/93757/files
twitter:imagehttps://avatars.githubusercontent.com/u/10389453?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/10389453?s=400&v=4
og:image:altWhen urllib.parse.parse_qs is called with a byte string, an encoding can be provided which is used to decode the byte string. However, when parsing, parse.py uses 'ascii' encoding to re-enc...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None92571a8944142227b7e19cd10918b1ddd06e5066c1ad5bc7e4769cf6140a87e6
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/python/cpython git https://github.com/python/cpython.git
octolytics-dimension-user_id1525981
octolytics-dimension-user_loginpython
octolytics-dimension-repository_id81598961
octolytics-dimension-repository_nwopython/cpython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id81598961
octolytics-dimension-repository_network_root_nwopython/cpython
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release56fc8347865a14e2ec811533d68f929cf4e0ec19
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/pull/93757/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fpull%2F93757%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
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
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
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%2Fpython%2Fcpython%2Fpull%2F93757%2Ffiles
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%2Ffiles&source=header-repo&source_repo=python%2Fcpython
Reloadhttps://github.com/python/cpython/pull/93757/files
Reloadhttps://github.com/python/cpython/pull/93757/files
Reloadhttps://github.com/python/cpython/pull/93757/files
Please reload this pagehttps://github.com/python/cpython/pull/93757/files
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/pull/93757/files
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 34.8k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 73.6k https://github.com/login?return_to=%2Fpython%2Fcpython
Code https://github.com/python/cpython
Issues 5k+ https://github.com/python/cpython/issues
Pull requests 2.3k https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects https://github.com/python/cpython/projects
Security and quality 0 https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
Code https://github.com/python/cpython
Issues https://github.com/python/cpython/issues
Pull requests https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects https://github.com/python/cpython/projects
Security and quality https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fpython%2Fcpython%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fpython%2Fcpython%2Fissues%2Fnew%2Fchoose
roaanvhttps://github.com/roaanv
python:mainhttps://github.com/python/cpython/tree/main
roaanv:fix-issue-74668https://github.com/roaanv/cpython/tree/fix-issue-74668
Conversation 4 https://github.com/python/cpython/pull/93757
Commits 4 https://github.com/python/cpython/pull/93757/commits
Checks 0 https://github.com/python/cpython/pull/93757/checks
Files changed https://github.com/python/cpython/pull/93757/files
Please reload this pagehttps://github.com/python/cpython/pull/93757/files
gh-74668: Fix encoded unicode in url byte string https://github.com/python/cpython/pull/93757/files#top
Show all changes 4 commits https://github.com/python/cpython/pull/93757/files
6b942a6 gh-74668: Fix encoded unicode in url byte string roaanv Jun 13, 2022 https://github.com/python/cpython/pull/93757/commits/6b942a6f5de4ec2ac8e0185b4917e72797fc4c1b
6078fc5 📜🤖 Added by blurb_it. blurb-it[bot] Jun 13, 2022 https://github.com/python/cpython/pull/93757/commits/6078fc5775a3eac709a65098a31499e76fde53c2
15d1a2a Updated test scenarios to correctly illustrate parsing encoded urls roaanv Jun 13, 2022 https://github.com/python/cpython/pull/93757/commits/15d1a2adb2209a48f81d309429323dec556eeef1
3bbf583 Merge branch 'main' into fix-issue-74668 serhiy-storchaka Feb 21, 2024 https://github.com/python/cpython/pull/93757/commits/3bbf58365b06943b66ff21a19eaf0d499ee11b96
Clear filters https://github.com/python/cpython/pull/93757/files
Please reload this pagehttps://github.com/python/cpython/pull/93757/files
Please reload this pagehttps://github.com/python/cpython/pull/93757/files
test_urlparse.py https://github.com/python/cpython/pull/93757/files#diff-bb89d64e7413a637b421609f9a4f532c294037171c3f0150479930acf30425fa
parse.py https://github.com/python/cpython/pull/93757/files#diff-b3712475a413ec972134c0260c8f1eb1deefb66184f740ef00c37b4487ef873e
2022-06-13-05-32-29.gh-issue-74668.bArBQ1.rst https://github.com/python/cpython/pull/93757/files#diff-f7972fd230a46bff596c4f6ee423f426e7a15721f1d9707dd26a5c84801d2e57
Lib/test/test_urlparse.pyhttps://github.com/python/cpython/pull/93757/files#diff-bb89d64e7413a637b421609f9a4f532c294037171c3f0150479930acf30425fa
View file https://github.com/roaanv/cpython/blob/3bbf58365b06943b66ff21a19eaf0d499ee11b96/Lib/test/test_urlparse.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/93757/{{ revealButtonHref }}
https://github.com/python/cpython/pull/93757/files#diff-bb89d64e7413a637b421609f9a4f532c294037171c3f0150479930acf30425fa
https://github.com/python/cpython/pull/93757/files#diff-bb89d64e7413a637b421609f9a4f532c294037171c3f0150479930acf30425fa
https://github.com/python/cpython/pull/93757/files#diff-bb89d64e7413a637b421609f9a4f532c294037171c3f0150479930acf30425fa
https://github.com/python/cpython/pull/93757/files#diff-bb89d64e7413a637b421609f9a4f532c294037171c3f0150479930acf30425fa
Lib/urllib/parse.pyhttps://github.com/python/cpython/pull/93757/files#diff-b3712475a413ec972134c0260c8f1eb1deefb66184f740ef00c37b4487ef873e
View file https://github.com/roaanv/cpython/blob/3bbf58365b06943b66ff21a19eaf0d499ee11b96/Lib/urllib/parse.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/93757/{{ revealButtonHref }}
https://github.com/python/cpython/pull/93757/files#diff-b3712475a413ec972134c0260c8f1eb1deefb66184f740ef00c37b4487ef873e
https://github.com/python/cpython/pull/93757/files#diff-b3712475a413ec972134c0260c8f1eb1deefb66184f740ef00c37b4487ef873e
https://github.com/python/cpython/pull/93757/files#diff-b3712475a413ec972134c0260c8f1eb1deefb66184f740ef00c37b4487ef873e
https://github.com/python/cpython/pull/93757/files#diff-b3712475a413ec972134c0260c8f1eb1deefb66184f740ef00c37b4487ef873e
https://github.com/python/cpython/pull/93757/files#diff-b3712475a413ec972134c0260c8f1eb1deefb66184f740ef00c37b4487ef873e
Misc/NEWS.d/next/Library/2022-06-13-05-32-29.gh-issue-74668.bArBQ1.rsthttps://github.com/python/cpython/pull/93757/files#diff-f7972fd230a46bff596c4f6ee423f426e7a15721f1d9707dd26a5c84801d2e57
View file https://github.com/roaanv/cpython/blob/3bbf58365b06943b66ff21a19eaf0d499ee11b96/Misc/NEWS.d/next/Library/2022-06-13-05-32-29.gh-issue-74668.bArBQ1.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/93757/{{ revealButtonHref }}
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.