Message 407558 - Python tracker
It produces a deprecation warning on 3.11, but still does the same.
>>> urlparse('http://benign.com\[attacker.com]').hostname
<stdin>:1: DeprecationWarning: invalid escape sequence '\['
'attacker.com'
It produces a deprecation warning on 3.11, but still does the same.
>>> urlparse('http://benign.com\[attacker.com]').hostname
<stdin>:1: DeprecationWarning: invalid escape sequence '\['
'attacker.com'