]> granicus.if.org Git - python/commit
bpo-32323: urllib.parse.urlsplit() must not lowercase() IPv6 scope value (GH-4867...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 21 Dec 2017 12:54:45 +0000 (04:54 -0800)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Thu, 21 Dec 2017 12:54:45 +0000 (14:54 +0200)
commitfdb148f949e3ae66036b75163ff68042d19cf0fc
tree1f3155f4f2f257563b8a934983785d9d5b5029ff
parent45588c6dd1e8644abf7dde42f566a8f81c7cc4f0
bpo-32323: urllib.parse.urlsplit() must not lowercase() IPv6 scope value (GH-4867) (#4959)

(cherry picked from commit fbd605151fcf2899b14575f4ddb9ce3c55e684ab)
Lib/test/test_urlparse.py
Lib/urllib/parse.py
Misc/NEWS.d/next/Library/2017-12-14-10-10-10.bpo-32323.ideco.rst [new file with mode: 0644]