]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36742: Corrects fix to handle decomposition in usernames (GH-13812)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 4 Jun 2019 16:15:13 +0000 (09:15 -0700)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2019 16:15:13 +0000 (09:15 -0700)
commit250b62acc59921d399f0db47db3b462cd6037e09
tree3971522f4f31213bf78819d0c2e9ceb94a3a5d24
parent12c178799a23b47c5f8ebc072cbdf09a370649ae
bpo-36742: Corrects fix to handle decomposition in usernames (GH-13812)

(cherry picked from commit 8d0ef0b5edeae52960c7ed05ae8a12388324f87e)

Co-authored-by: Steve Dower <steve.dower@python.org>
Lib/test/test_urlparse.py
Lib/urllib/parse.py