This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iritkatriel
Recipients christian.heimes, iritkatriel, jpic, martin.panter, matrixise, orsenthil, ronaldoussoren, sanebow, vstinner, xtreak
Date 2021-12-02.23:31:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638487898.17.0.0208270041269.issue36338@roundup.psfhosted.org>
In-reply-to
Content
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'
History
Date User Action Args
2021-12-02 23:31:38iritkatrielsetrecipients: + iritkatriel, ronaldoussoren, orsenthil, vstinner, christian.heimes, martin.panter, matrixise, xtreak, sanebow, jpic
2021-12-02 23:31:38iritkatrielsetmessageid: <1638487898.17.0.0208270041269.issue36338@roundup.psfhosted.org>
2021-12-02 23:31:38iritkatriellinkissue36338 messages
2021-12-02 23:31:38iritkatrielcreate