]> granicus.if.org Git - python/commit
bpo-36742: Corrects fix to handle decomposition in usernames (GH-13812) (GH-13814...
authorVictor Stinner <vstinner@redhat.com>
Sat, 7 Sep 2019 06:33:24 +0000 (08:33 +0200)
committerlarryhastings <larry@hastings.org>
Sat, 7 Sep 2019 06:33:24 +0000 (07:33 +0100)
commit095373c32d16df575ba5fcb5f44bf44119b26193
tree888fa4c6f0f501c3b50207662277fdb7b41bbb8f
parent4d1c2541c125fe9d211016193ebfd5899a8511aa
bpo-36742: Corrects fix to handle decomposition in usernames (GH-13812) (GH-13814) (#14772)

(cherry picked from commit 8d0ef0b5edeae52960c7ed05ae8a12388324f87e)

Co-authored-by: Steve Dower <steve.dower@python.org>
(cherry picked from commit fd1771dbdd28709716bd531580c40ae5ed814468)
Lib/test/test_urlparse.py
Lib/urllib/parse.py