◐ Shell
reader mode source ↗

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 amrith, eric.smith, iritkatriel, martin.panter, orsenthil, r.david.murray, serhiy.storchaka
Date 2021-12-10.16:22:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639153375.45.0.426166069919.issue28841@roundup.psfhosted.org>
In-reply-to
Content
Reproduced on 3.11:

>>> urllib.parse.urlparse('http://www.google.com:/abc')
ParseResult(scheme='http', netloc='www.google.com:', path='/abc', params='', query='', fragment='')


The discussion above was mostly leaning towards won't fix, except for the suggestion to

> Based on the RFC, one could argue that urlunsplit should omit the colon.
History
Date User Action Args
2021-12-10 16:22:55iritkatrielsetrecipients: + iritkatriel, orsenthil, eric.smith, r.david.murray, martin.panter, serhiy.storchaka, amrith
2021-12-10 16:22:55iritkatrielsetmessageid: <1639153375.45.0.426166069919.issue28841@roundup.psfhosted.org>
2021-12-10 16:22:55iritkatriellinkissue28841 messages
2021-12-10 16:22:55iritkatrielcreate