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

Georg Brandl report at bugs.python.org
Fri Sep 28 14:28:59 CEST 2012


Georg Brandl added the comment:

After encountering an instance of people relying on fragment not being parsed for "irc://" URLs, with resulting breakage, I don't think we should change this in point releases.  IOW, it's fine for 3.3.0, but not for 2.7.x or 3.2.x.

It may be fixing a bug, but the bug is not obvious and the fix is not backward compatible.  I therefore suggest to roll back the commits to 3.2 and 2.7.

----------
priority: release blocker -> critical
status: closed -> open

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


More information about the Python-bugs-list mailing list