Skip to content

Comments

bpo-40426: Enable the lowercase hexadecimal digits for percent encoding#19766

Closed
e-kwsm wants to merge 1 commit intopython:masterfrom
e-kwsm:fix-bpo-40426
Closed

bpo-40426: Enable the lowercase hexadecimal digits for percent encoding#19766
e-kwsm wants to merge 1 commit intopython:masterfrom
e-kwsm:fix-bpo-40426

Conversation

@e-kwsm
Copy link
Contributor

@e-kwsm e-kwsm commented Apr 28, 2020

Parameter uppercase is added to urllib.parse.(quote quote_plus quote_from_bytes)

RFC 3986 §2.1. Percent-Encoding

https://bugs.python.org/issue40426

@bedevere-bot
Copy link

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. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

Parameter *uppercase* is added to urllib.parse.(quote quote_plus quote_from_bytes urlencode)

[RFC 3986 §2.1. Percent-Encoding](https://tools.ietf.org/html/rfc3986#section-2.1)
@tiran
Copy link
Member

tiran commented May 9, 2020

@serhiy-storchaka and I agreed that the feature does not make sense for Python and closed the bug. I proposed a workaround for the user, too.

@tiran tiran closed this May 9, 2020
@e-kwsm e-kwsm deleted the fix-bpo-40426 branch May 15, 2020 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants