Perfect. Thanks a bunch for clearing that all up for me. You have
delayed some long lost hours for me.
--
http://mail.python.org/mailman/listinfo/python-list
"Tempo" <[EMAIL PROTECTED]> writes:
> In my last post I received some advice to use urllib.read() to get a
> whole html page as a string, which will then allow me to use
> BeautifulSoup to do what I want with the string. But when I was
> researching the 'urllib' module I couldn't find anything abo
Tempo wrote:
> In my last post I received some advice to use urllib.read() to get a
> whole html page as a string, which will then allow me to use
> BeautifulSoup to do what I want with the string. But when I was
> researching the 'urllib' module I couldn't find anything about its
> sub-section '.r