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 martin.panter
Recipients brett.cannon, cheryl.sabella, gvanrossum, martin.panter, orsenthil, serhiy.storchaka
Date 2017-06-14.04:48:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497415737.7.0.625415391363.issue27485@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-06-14 04:48:57martin.pantersetrecipients: + martin.panter, gvanrossum, brett.cannon, orsenthil, serhiy.storchaka, cheryl.sabella
2017-06-14 04:48:57martin.pantersetmessageid: <1497415737.7.0.625415391363.issue27485@psf.upfronthosting.co.za>
2017-06-14 04:48:57martin.panterlinkissue27485 messages
2017-06-14 04:48:57martin.pantercreate