[issue2987] RFC2732 support for urlparse (IPv6 addresses)

Senthil Kumaran report at bugs.python.org
Sat Apr 17 20:14:04 CEST 2010


Senthil Kumaran <orsenthil at gmail.com> added the comment:

Moving the Bad URL check to a higher level can be detect the bad urls much better. Once I the netloc is parsed and obtained, invalid URL can be checked. I am attaching an update with the new test included.
If you have any comments, please let me know.

----------
Added file: http://bugs.python.org/file16962/issue2987-bad_url_checks.diff

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


More information about the Python-bugs-list mailing list