0
0
mirror of https://github.com/python/cpython.git synced 2024-11-30 01:16:51 +01:00
cpython/Lib/urllib
Ratnadeep Debnath 21024f0662 bpo-16285: Update urllib quoting to RFC 3986 (#173)
* 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.
2017-02-25 19:00:28 +10:00
..
__init__.py
error.py
parse.py bpo-16285: Update urllib quoting to RFC 3986 (#173) 2017-02-25 19:00:28 +10:00
request.py Issue #29142: Merge 3.6. 2017-01-09 11:52:10 +08:00
response.py
robotparser.py