]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-13017)
authorSteve Dower <steve.dower@python.org>
Wed, 1 May 2019 15:00:27 +0000 (15:00 +0000)
committerGitHub <noreply@github.com>
Wed, 1 May 2019 15:00:27 +0000 (15:00 +0000)
commit98a4dcefbbc3bce5ab07e7c0830a183157250259
tree471d2bb041e7443b28021664128668b2bfb9e637
parent3e5c4a7c804c3ad76a558e5463655c329aee6437
bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-13017)
Lib/test/test_urlparse.py
Lib/urlparse.py
Misc/NEWS.d/next/Security/2019-04-29-15-34-59.bpo-36742.QCUY0i.rst [new file with mode: 0644]