[issue9374] urlparse should parse query and fragment for arbitrary schemes

Matthias Klose report at bugs.python.org
Wed Aug 22 19:29:38 CEST 2012


Matthias Klose added the comment:

this breaks the following upstream builds:

createrepo, linkchecker, gwibber, pegasus-wm

there is no need to remove is_hierarchical on the branches. it's not used by urlparse at all.

is it safe to just keep the uses_query and uses_fragment lists on the branches as well?

raising to a release blocker, I consider this as a regression for the 2.7 and 3.2 release series.

----------
nosy: +benjamin.peterson, doko, georg.brandl
priority: normal -> release blocker
resolution: fixed -> remind

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


More information about the Python-bugs-list mailing list