]> granicus.if.org Git - python/commit
bpo-16285: Update urllib quoting to RFC 3986 (#173)
authorRatnadeep Debnath <rtnpro@gmail.com>
Sat, 25 Feb 2017 09:00:28 +0000 (14:30 +0530)
committerNick Coghlan <ncoghlan@gmail.com>
Sat, 25 Feb 2017 09:00:28 +0000 (19:00 +1000)
commit21024f06622c4c55b666adb130797a4ee205d005
tree8b5f5381deb999d248430f3b2b8e351936e72fe8
parent140792bd514ee4ba739fda899785bea3ce746f05
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.
Doc/library/urllib.parse.rst
Doc/whatsnew/3.7.rst
Lib/test/test_urllib.py
Lib/urllib/parse.py
Misc/ACKS
Misc/NEWS