bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-13017)
authorSteve Dower <steve.dower@python.org>
Tue, 30 Apr 2019 12:03:02 +0000 (12:03 +0000)
committerGitHub <noreply@github.com>
Tue, 30 Apr 2019 12:03:02 +0000 (12:03 +0000)
commitd537ab0ff9767ef024f26246899728f0116b1ec3
tree03f8dca564bd759d5087c62d01179a629fe7584a
parentb84cb70880a0acfcbbaca7bcda405af08f94d269
bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-13017)
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]