Re: HTML page into a string

2006-02-07 Thread Tempo
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

Re: HTML page into a string

2006-02-07 Thread Jason Earl
"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

Re: HTML page into a string

2006-02-07 Thread Steve Holden
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