[issue1663] Modification HTMLParser.py

2007-12-20 Thread Facundo Batista
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.

[issue1663] Modification HTMLParser.py

2007-12-19 Thread diego
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

[issue1663] Modification HTMLParser.py

2007-12-19 Thread diego
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.