James Brown <jbr...@easypost.com> added the comment:

This is a surprising change to put in a minor release. This change totally 
changes the semantics of parsing scheme-less URLs with ports in them and ended 
up breaking a significant amount of my software. It turns out that urls like 
`example.com:80` are more common than one might hope, and a lot of software has 
always assumed that `example.com:80` would get parsed as the netloc and the 
software can guess the scheme based on the port...

----------
nosy: +James Brown2

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue27657>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to