Logan Jones <loganasherjo...@gmail.com> added the comment:

If I've understood what you've written correctly, what you want is to change 
urlparse to use the WHATWG URL Standard (https://url.spec.whatwg.org/).

I'm not a committer or anything, but that seems like a large API change and is 
not likely to happen quickly if at all. I'm not sure what the path forward here 
is. There are many options, creating a new function/module, slowly deprecating 
the current urlparse function, or just say it's not our problem. Hopefully 
someone else can weigh in.

In the meantime, a project like https://pypi.org/project/whatwg-url/ claims to 
implement the WHATWG URL standard.

----------

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

Reply via email to