Re: url validator in python

2008-03-19 Thread Tim Chase
> How can I check the validity of absolute urls with http scheme? > example: > "http://www.example.com/something.html"; -> valid > "http://www.google.com/ + Brite_AB_Iframe_URL + " -> invalid You could try something like import urllib tests = ( ("http://www.google.com/ + Brite_AB_Ifram

url validator in python

2008-03-19 Thread vvangelovski
How can I check the validity of absolute urls with http scheme? example: "http://www.example.com/something.html"; -> valid "http://www.google.com/ + Brite_AB_Iframe_URL + " -> invalid -- http://mail.python.org/mailman/listinfo/python-list