Facundo Batista added the comment:
This is not a bug, just a comment of a code you did.
If you think that there's actually a problem in HTMLParser.py, tell us
what you do, what you get, and what you expect to get.
When submitting changes, it's very useful to send the diff only, as in a
patch.
diego added the comment:
-- Forwarded message --
From: diego <[EMAIL PROTECTED]>
Date: 19-dic-2007 17:05
Subject: [issue1663] Modification HTMLParser.py
To: [EMAIL PROTECTED]
New submission from diego:
Hello my name is Diego, I needed to parse HTML to retrieve only tex
New submission from diego:
Hello my name is Diego, I needed to parse HTML to retrieve only text,
but not grasped how to do it with class HTMLParser, so the change to do
it. The code to use is:
class ParsearHTML (HTMLParser.HTMLParser):
def __init__(self,datos):
HTMLParser.HTMLParser.