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.
R
Ratnadeep Debnath committed
21024f06622c4c55b666adb130797a4ee205d005
Parent: 140792b
Committed by Nick Coghlan <ncoghlan@gmail.com>
on 2/25/2017, 9:00:28 AM