[issue27657] urlparse fails if the path is numeric

Martin Panter report at bugs.python.org
Tue Aug 2 09:55:05 EDT 2016


Martin Panter added the comment:

Depends on how you define “looks like an IP address”. Does the www.cwi.nl:80 case look like an IP address? What about “path:80” or “localhost:80”? If there is any code relying on the bug, it may just as easily involve host name as a numeric IP address.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27657>
_______________________________________


More information about the Python-bugs-list mailing list