]> granicus.if.org Git - python/commit
bpo-36742: Corrects fix to handle decomposition in usernames (GH-13812) (GH-13814)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 4 Jun 2019 18:43:52 +0000 (11:43 -0700)
committerNed Deily <nad@python.org>
Tue, 4 Jun 2019 18:43:52 +0000 (14:43 -0400)
commitfd1771dbdd28709716bd531580c40ae5ed814468
treeed5486ac18e1fa4928eac479a52f2f0457c49ad9
parent4f06dae5d8d4400ba38d8502da620f07d4a5696e
bpo-36742: Corrects fix to handle decomposition in usernames (GH-13812) (GH-13814)

(cherry picked from commit 8d0ef0b5edeae52960c7ed05ae8a12388324f87e)

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