HTMLParser bug ?

John Wilson tug at wilson.co.uk
Thu May 8 15:39:14 EDT 2003


----- Original Message ----- 
From: "Anand B Pillai" <abpillai at lycos.com>
Newsgroups: comp.lang.python
To: <python-list at python.org>
Sent: Thursday, May 08, 2003 2:41 PM
Subject: HTMLParser bug ?


> I am developing a web spider program in pure python.
> I am using the HTMLParser module in the python standard
> distribution. (The stand-alone HTMLParser, not the htmllib.HTMLParser)
> 
> I have found some bugs with this module.
> Here is a very simple one.
> For the following html data,

Try:

<font face="Arial" size="5">Paragraph 1</font>

John Wilson
The Wilson Partnership
http://www.wilson.co.uk







More information about the Python-list mailing list