diff options
author | Ratnadeep Debnath <rtnpro@gmail.com> | 2017-02-25 09:00:28 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2017-02-25 09:00:28 (GMT) |
commit | 21024f06622c4c55b666adb130797a4ee205d005 (patch) | |
tree | 8b5f5381deb999d248430f3b2b8e351936e72fe8 /Misc/ACKS | |
parent | 140792bd514ee4ba739fda899785bea3ce746f05 (diff) | |
download | cpython-21024f06622c4c55b666adb130797a4ee205d005.zip cpython-21024f06622c4c55b666adb130797a4ee205d005.tar.gz cpython-21024f06622c4c55b666adb130797a4ee205d005.tar.bz2 |
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.
Diffstat (limited to 'Misc/ACKS')
-rw-r--r-- | Misc/ACKS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -344,6 +344,7 @@ Kushal Das Jonathan Dasteel Pierre-Yves David A. Jesse Jiryu Davis +Ratnadeep Debnath Merlijn van Deen John DeGood Ned Deily @@ -1518,6 +1519,7 @@ Mikhail Terekhov Victor Terrón Richard M. Tew Tobias Thelen +Christian Theune Févry Thibault Lowe Thiderman Nicolas M. Thiéry @@ -1528,7 +1530,7 @@ Stephen Thorne Jeremy Thurgood Eric Tiedemann July Tikhonov -Tracy Tims + Oren Tirosh Tim Tisdall Jason Tishler |