how to varify if a URL is valid in python?

Steve Holden steve at holdenweb.com
Tue Aug 29 00:25:07 EDT 2006


fegge wrote:
> what module should i import?
> 
You probably want urllib. If you have the Tools directory in your Python 
distro you can take a look at the webchecker.py application for an 
example of how it might be done.

regards
  Steve
-- 
Steve Holden       +44 150 684 7255  +1 800 494 3119
Holden Web LLC/Ltd          http://www.holdenweb.com
Skype: holdenweb       http://holdenweb.blogspot.com
Recent Ramblings     http://del.icio.us/steve.holden




More information about the Python-list mailing list