]> 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>
Mon, 11 Mar 2019 04:58:47 +0000 (21:58 -0700)
committerlarryhastings <larry@hastings.org>
Mon, 11 Mar 2019 04:58:47 +0000 (21:58 -0700)
commit62d36547f97210a26cc6051da78714fd078e158c
treef18b2a7039ba49e930c15a260d3e61f813118192
parent0d9d8100638421dee41e9112ecd34855af7128aa
bpo-36216: Add check for characters in netloc that normalize to separators (GH-12201) (#12224)
Doc/library/urllib.parse.rst
Lib/test/test_urlparse.py
Lib/urllib/parse.py
Misc/NEWS.d/next/Security/2019-03-06-09-38-40.bpo-36216.6q1m4a.rst [new file with mode: 0644]