[issue34276] urllib.parse doesn't round-trip file URI's with multiple leading slashes

Martin Panter report at bugs.python.org
Tue Jul 31 06:58:50 EDT 2018


Martin Panter <vadmium+py at gmail.com> added the comment:

Yes urllib doesn’t distinguish a missing authority/netloc from an empty string. The same for the ?query and #fragment parts. There is Issue 22852 open about that.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34276>
_______________________________________


More information about the Python-bugs-list mailing list