[issue11467] urlparse.urlsplit() regression for paths consisting of digits

Bastian Kleineidam report at bugs.python.org
Fri Mar 11 19:41:30 CET 2011


Bastian Kleineidam <calvin at users.sourceforge.net> added the comment:

Regarding the correctness of the Python 2.6 implementation: http://www.faqs.org/rfcs/rfc1738.html specifies URLs of the form <scheme>:<scheme-specific-part> where the scheme specific part is allowed to consist only of digits.

I agree that the example URL is not a good one and it is artificially constructed.

Some better examples demonstrating the same issue might be
clsid:85bbd92o-42a0-1o69-a2e4-08002b30309d
or
mailto:1337 at example.org

----------

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


More information about the Python-bugs-list mailing list