[issue27485] urllib.splitport -- is it official or not?

Martin Panter report at bugs.python.org
Wed Jun 14 00:48:57 EDT 2017


Martin Panter added the comment:

I don't think it is worth changing the implementations to be in terms of urlsplit or urlparse. This is proposed for splithost in <https://github.com/python/cpython/pull/1849>, but I suspect it would change the behaviour in some corner cases. See Issue 22852 for some deficiencies with urlsplit.

3. Change existing usage to the internal _split functions, unless there is a reason (bug or security problem) to make further changes.

----------

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


More information about the Python-bugs-list mailing list