We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4899d84 commit 4108606Copy full SHA for 4108606
Misc/NEWS
@@ -60,7 +60,7 @@ Library
60
-------
61
62
- [Security] bpo-30500: Fix urllib.parse.splithost() to correctly parse
63
- fragments. For example, ``splithost('http://127.0.0.1#@evil.com/')`` now
+ fragments. For example, ``splithost('//127.0.0.1#@evil.com/')`` now
64
correctly returns the ``127.0.0.1`` host, instead of treating ``@evil.com``
65
as the host in an authentification (``login@host``).
66
0 commit comments