summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/0232.bpo-16285.4f5gbp.rst
blob: f1db485970a2f98967fdc48f737ee842c251ab65 (plain)
1
2
3
urrlib.parse.quote is now based on RFC 3986 and hence includes '~' in the
set of characters that is not quoted by default. Patch by Christian Theune
and Ratnadeep Debnath.