I know I can use urllib2 to get at a website given urllib2.urlopen(url)
but I'm unsure how to then go through all pages that are linked to it,
but still in the domain.  If I want to search through the entire python
website give the homepage, how would I go about it?  I don't reinvent
the wheel if someones already written a module for parsing out the links
and drilling through them!

TIA
   KEV 
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to