Message408219
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. |
|
| Date |
User |
Action |
Args |
| 2021-12-10 16:22:55 | iritkatriel | set | recipients:
+ iritkatriel, orsenthil, eric.smith, r.david.murray, martin.panter, serhiy.storchaka, amrith |
| 2021-12-10 16:22:55 | iritkatriel | set | messageid: <1639153375.45.0.426166069919.issue28841@roundup.psfhosted.org> |
| 2021-12-10 16:22:55 | iritkatriel | link | issue28841 messages |
| 2021-12-10 16:22:55 | iritkatriel | create | |
|