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

Senthil Kumaran report at bugs.python.org
Sat May 19 02:16:24 CEST 2012


Senthil Kumaran <senthil at uthcode.com> added the comment:

Thanks for raising this issue, Nick. Yes, I verified in both RFC 3986 and 2396 and realized we can safely adopt a generic parsing system for query and fragment portions of the urls for any scheme. Since it was supported in earlier versions too, I felt it was good move to backport too.
Fixed in all versions. 

Thanks!

----------
assignee:  -> orsenthil
resolution:  -> fixed
stage: needs patch -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list