Skip to content

Correct the description of the 3.7 change in urllib.parse.quote #17065

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

Merged
merged 1 commit into from
Nov 18, 2019
Merged

Correct the description of the 3.7 change in urllib.parse.quote #17065

merged 1 commit into from
Nov 18, 2019

Conversation

SpecLad
Copy link
Contributor

@SpecLad SpecLad commented Nov 5, 2019

~ is now treated as an unreserved character (i.e. it doesn't get quoted), not a reserved one.

Automerge-Triggered-By: @taleinat

`~` is now treated as an unreserved character (i.e. it doesn't get
quoted), not a reserved one.
@brandtbucher
Copy link
Member

Thanks for your time @SpecLad, and welcome to CPython!

Copy link
Member

@brandtbucher brandtbucher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me! Verified at: https://tools.ietf.org/html/rfc3986#section-2.3

@miss-islington
Copy link
Contributor

Thanks @SpecLad for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-17229 is a backport of this pull request to the 3.8 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 18, 2019
…onGH-17065)

`~` is now treated as an unreserved character (i.e. it doesn't get quoted), not a reserved one.
(cherry picked from commit f49f6ba)

Co-authored-by: Роман Донченко <dpb@corrigendum.ru>
@bedevere-bot
Copy link

GH-17230 is a backport of this pull request to the 3.7 branch.

miss-islington added a commit that referenced this pull request Nov 18, 2019
…7065)

`~` is now treated as an unreserved character (i.e. it doesn't get quoted), not a reserved one.
(cherry picked from commit f49f6ba)

Co-authored-by: Роман Донченко <dpb@corrigendum.ru>
miss-islington added a commit that referenced this pull request Nov 18, 2019
…7065)

`~` is now treated as an unreserved character (i.e. it doesn't get quoted), not a reserved one.
(cherry picked from commit f49f6ba)

Co-authored-by: Роман Донченко <dpb@corrigendum.ru>
@brandtbucher
Copy link
Member

Congrats on your first CPython contribution @SpecLad! 🍾

Looking forward to seeing more from you in the future.

@SpecLad SpecLad deleted the unreserved branch November 19, 2019 20:00
jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request Dec 5, 2019
…onGH-17065)

`~` is now treated as an unreserved character (i.e. it doesn't get quoted), not a reserved one.
shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request Jan 31, 2020
…onGH-17065)

`~` is now treated as an unreserved character (i.e. it doesn't get quoted), not a reserved one.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants