]> 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>
Thu, 2 May 2019 16:02:35 +0000 (09:02 -0700)
committerNed Deily <nad@python.org>
Thu, 2 May 2019 16:02:35 +0000 (12:02 -0400)
commite5f9f4adb95233c66578e6f7ea176687af2f78ca
tree404f0d29d644304cad0ddf087e5ee7c9dbd696f5
parentdadc34784444950c389c120fb16f44e5a29cc43f
bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-13017) (GH-13024)

(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]