[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-16285: Update urllib quoting to RFC 3986 by rtnpro · Pull Request #173 · python/cpython

the-knights-who-say-ni

Conversation

akash0x53 added a commit to akash0x53/cpython that referenced this pull request

Feb 25, 2017
* bpo-16285: Update urllib quoting to RFC 3986

urllib.parse.quote is now based on RFC 3986, and hence
includes `'~'` in the set of characters that is not escaped
by default.

Patch by Christian Theune and Ratnadeep Debnath.

Merged