]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36216: Add check for characters in netloc that normalize to separators (GH-12201)
authorSteve Dower <steve.dower@microsoft.com>
Thu, 7 Mar 2019 17:08:45 +0000 (09:08 -0800)
committerGitHub <noreply@github.com>
Thu, 7 Mar 2019 17:08:45 +0000 (09:08 -0800)
commite37ef41289b77e0f0bb9a6aedb0360664c55bdd5
tree9aee05aaf248c59fcef4f028dff757b25606cc50
parent68041e0f6bf005f4adfecd1f3ba567394b5de6cd
bpo-36216: Add check for characters in netloc that normalize to separators (GH-12201)
Doc/library/urlparse.rst
Lib/test/test_urlparse.py
Lib/urlparse.py
Misc/NEWS.d/next/Security/2019-03-06-09-38-40.bpo-36216.6q1m4a.rst [new file with mode: 0644]