]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-13017)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 30 Apr 2019 12:21:02 +0000 (05:21 -0700)
committerGitHub <noreply@github.com>
Tue, 30 Apr 2019 12:21:02 +0000 (05:21 -0700)
commit4d723e76e1ad17e9e7d5e828e59bb47e76f2174b
treebc6df9e1f6a23a82f00710125dcae62cf57a2e49
parent4b5340bb634be2ee2a40242cdf4e3f7a0b6c757a
bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-13017)

(cherry picked from commit d537ab0ff9767ef024f26246899728f0116b1ec3)

Co-authored-by: Steve Dower <steve.dower@python.org>
Lib/test/test_urlparse.py
Lib/urllib/parse.py
Misc/NEWS.d/next/Security/2019-04-29-15-34-59.bpo-36742.QCUY0i.rst [new file with mode: 0644]